#5F4924
A dark, moderate orange closely aligning with Darkolivegreen.
About #5F4924
Visually, #5F4924 is defined as a moderate orange. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(95, 73, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 23% Magenta, 62% Yellow, and 63% Black. The HSL representation is 37.6° hue, 45.0% saturation, and 25.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F4924
RGB95, 73, 36
HSL37.6°, 45.0%, 25.7%
CMYK0%, 23%, 62%, 63%
HSV37.6°, 62.1%, 37.3%
LAB32.5, 4.5, 25.4
XYZ7.4, 7.3, 2.7
Decimal6244644
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.52:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.14:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F4924;
}
.text-color {
color: #5F4924;
}
.border-color {
border: 2px solid #5F4924;
}