#5F5724
A dark, moderate yellow closely aligning with Darkolivegreen.
About #5F5724
At its core, #5F5724 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 95 red, 87 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 8% magenta, 62% yellow, and 63% black. The HSL representation is 51.9° hue, 45.0% saturation, and 25.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F5724
RGB95, 87, 36
HSL51.9°, 45.0%, 25.7%
CMYK0%, 8%, 62%, 63%
HSV51.9°, 62.1%, 37.3%
LAB36.7, -4.0, 30.2
XYZ8.4, 9.4, 3.0
Decimal6248228
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.30:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.98:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F5724;
}
.text-color {
color: #5F5724;
}
.border-color {
border: 2px solid #5F5724;
}