#57492C
A dark, moderate orange closely aligning with Dimgray.
About #57492C
At its core, #57492C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 73, and 44.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 16% Magenta, 49% Yellow, and 66% Black. With a hue angle of 40.5 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57492C
RGB87, 73, 44
HSL40.5°, 32.8%, 25.7%
CMYK0%, 16%, 49%, 66%
HSV40.5°, 49.4%, 34.1%
LAB31.7, 1.4, 19.5
XYZ6.8, 7.0, 3.4
Decimal5720364
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.77:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.38:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57492C;
}
.text-color {
color: #57492C;
}
.border-color {
border: 2px solid #57492C;
}