#837C49
A medium, muted yellow closely aligning with Darkolivegreen.
About #837C49
At its core, #837C49 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 131 red, 124 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 5% Magenta, 44% Yellow, and 49% Black. With a hue angle of 52.8 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#837C49
RGB131, 124, 73
HSL52.8°, 28.4%, 40.0%
CMYK0%, 5%, 44%, 49%
HSV52.8°, 44.3%, 51.4%
LAB51.5, -5.1, 28.7
XYZ17.8, 19.7, 9.2
Decimal8617033
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #837C49;
}
.text-color {
color: #837C49;
}
.border-color {
border: 2px solid #837C49;
}