#8b7d5c
Domino
Closest match (94% match)
Color formats
RGB
rgb(139, 125, 92)
Red, Green, Blue components
HSL
hsl(42, 0, 0, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 10, 34, 45)
Print color encoding
Luminance
0.209
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#8b7d5c
#5c6a8b
Analogous (Adjacent)
#8b665c
#8b7d5c
#818b5c
Triadic
#8b7d5c
#5c8b7d
#7d5c8b
Split complementary
#8b7d5c
#5c818b
#665c8b
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
c1b8a5
8b7d5c
453a1d
000000
Marketing and vibrant
8b7d5c
977c0d
5c6a8b
0088a0
FFFFFF
Harmonious and natural
8b5e5c
8b6d5c
8b7d5c
898b5c
7a8b5c
Pop Art and trendy
8b7d5c
73a37d
436aa9
74466a
bed4a1
Complete conversion table
HEX
#8B7D5C
RGB
rgb(139,125,92)
RGBA
rgba(139,125,92, 1)
HSL
hsl(42.13,20.35%,45.29%)
OKLCH (Modern CSS)
oklch(0.59 0.05 87.7)
CSS Variable
--color: #8b7d5c;
CMYK
C: 0% M: 10% Y: 34% K: 45%
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
0xFF8B7D5C
Swift UIColor
UIColor(red: 0.55, green: 0.49, blue: 0.36, alpha: 1.0)
Decimal (int)
9141596
JSON
{ "color": "#8B7D5C" }
CIE LAB
L: 52.9 a: 0.1 b: 20.0
CIE LCH
L: 52.9 C: 20.0 H: 89.7
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
4.05
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
5.19
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
Creative
"Grounded, honest, and organic. Evokes the warmth of natural materials, suggesting safety and permanence in a fast changing world."
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
#8B7D5C
Result
#8B7D5C
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#8B7D5C
0%+
Mix color
#808080
100%Result
#867E6E
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
46%
34%
20%
RYB PIGMENTS
Cadmium yellow
Pigment
46%
Ivory black
Pigment
34%
Cadmium red
Pigment
20%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
45%
KEY
34%
P
10%
MAGENTA
CMYK INKS
Black (Key)
Ink
45%
Yellow
Ink
34%
Magenta
Ink
10%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
598 nm
502 THz • 2.07 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
20.9%
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
stone-500
#78716c
ΔE: 12.1
Google Material
Original
Standard
Lime 900
#827717
ΔE: 12.6
CSS Color Name
Original
Standard
Gray
#808080
ΔE: 13.8
Apple System (iOS)
Original
Standard
System Brown
#A2845E
ΔE: 7.3
Pantone (PMS)
Original
Standard
PMS 17-0627 dried-herb
#847A59
ΔE: 2.4
RAL Classic
Original
Standard
RAL 6013 Reed green
#7D765A
ΔE: 4.6
Copic Marker
Original
Standard
Dark Brown
#9a826c
ΔE: 8.0
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #8b7d5c;
--rgb-primary: 139, 125, 92;
}SCSS variable
1
2
3
4
5
$color-primary: #8b7d5c;
$rgb-primary: (139, 125, 92);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#8b7d5c',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#8b7d5c',
},
text: {
color: '#8b7d5c',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.5450980392156862,
green: 0.49019607843137253,
blue: 0.3607843137254902
)Full JSON data
1
2
3
4
5
{
"name": "Domino",
"hex": "#8b7d5c",
"rgb": {
"r": 139,
"g": 125,
"b": 92
},
"hsl": {
"h": 42,
"s": 20,
"l": 45
}
}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