#b87333
Copper
ReadyTools Database (Exact)
Color formats
RGB
rgb(184, 115, 51)
Red, Green, Blue components
HSL
hsl(29, 1, 0, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 38, 72, 28)
Print color encoding
Luminance
0.227
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#b87333
#3378b8
Analogous (Adjacent)
#b83335
#b87333
#b8b633
Triadic
#b87333
#33b873
#7333b8
Split complementary
#b87333
#33b8b6
#3335b8
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
deb08b
b87333
632c00
000000
Marketing and vibrant
b87333
d06500
3378b8
00bfbe
FFFFFF
Harmonious and natural
b8334c
b84733
b87333
b89f33
a4b833
Pop Art and trendy
b87333
54d14c
007ad7
9b0e9f
e7ff7d
Complete conversion table
HEX
#B87333
RGB
rgb(184,115,51)
RGBA
rgba(184,115,51, 1)
HSL
hsl(28.87,56.6%,46.08%)
OKLCH (Modern CSS)
oklch(0.62 0.12 60.4)
CSS Variable
--color: #b87333;
CMYK
C: 0% M: 38% Y: 72% K: 28%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFFB87333
Swift UIColor
UIColor(red: 0.72, green: 0.45, blue: 0.20, alpha: 1.0)
Decimal (int)
12088115
JSON
{ "color": "#B87333" }
CIE LAB
L: 54.8 a: 21.7 b: 45.4
CIE LCH
L: 54.8 C: 50.3 H: 64.5
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Playful
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Quicksand'
400 Regular
'Nunito'
Bold
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Anton'
400 Regular
'Roboto Condensed'
Warm and friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Abril Fatface'
400 Regular
'Poppins'
Kid-friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Balsamiq Sans'
400 Regular
'Comic Neue'
Accessibility
Contrast and readability (WCAG)
On white background
3.79
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
5.54
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Passion
"A mature, deep red that suggests tradition and luxury. Less aggressive, it communicates refined richness and strength."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#B87333
Result
#B87333
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#B87333
0%+
Mix color
#808080
100%Result
#A07A5B
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
45%
42%
13%
RYB PIGMENTS
Cadmium red
Pigment
45%
Cadmium yellow
Pigment
42%
Ivory black
Pigment
13%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
72%
P
38%
MAGENTA
28%
KEY
CMYK INKS
Yellow
Ink
72%
Magenta
Ink
38%
Black (Key)
Ink
28%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
611 nm
491 THz • 2.03 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
22.7%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
amber-600
#d97706
ΔE: 7.7
Google Material
Original
Standard
Orange 800
#EF6C00
ΔE: 11.5
CSS Color Name
Original
Standard
Peru
#CD853F
ΔE: 6.4
Apple System (iOS)
Original
Standard
System Brown
#A2845E
ΔE: 10.9
Pantone (PMS)
Original
Standard
PMS 17-1046 golden-oak
#BE752D
ΔE: 1.8
RAL Classic
Original
Standard
RAL 1011 Brown beige
#AF804F
ΔE: 6.1
Copic Marker
Original
Standard
Baked Clay
#c06508
ΔE: 5.3
Code
CSS variable
1
2
3
4
5
:root {
--color-copper: #b87333;
--rgb-copper: 184, 115, 51;
}SCSS variable
1
2
3
4
5
$color-copper: #b87333;
$rgb-copper: (184, 115, 51);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'copper': '#b87333',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#b87333',
},
text: {
color: '#b87333',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let copperColor = Color(
red: 0.7215686274509804,
green: 0.45098039215686275,
blue: 0.2
)Full JSON data
1
2
3
4
5
{
"name": "Copper",
"hex": "#b87333",
"rgb": {
"r": 184,
"g": 115,
"b": 51
},
"hsl": {
"h": 29,
"s": 57,
"l": 46
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes