#83832C
A dark, moderate yellow closely aligning with Olive.
About #83832C
At its core, #83832C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 131 red, 131 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 66% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
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#83832C
RGB131, 131, 44
HSL60.0°, 49.7%, 34.3%
CMYK0%, 0%, 66%, 49%
HSV60.0°, 66.4%, 51.4%
LAB53.2, -11.6, 45.2
XYZ17.9, 21.2, 5.5
Decimal8618796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #83832C;
}
.text-color {
color: #83832C;
}
.border-color {
border: 2px solid #83832C;
}