#83831D
A dark, moderate yellow closely aligning with Olive.
About #83831D
At its core, #83831D is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(131, 131, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 0% M, 78% Y, and 49% K. The HSL representation is 60.0° hue, 63.7% saturation, and 31.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83831D
RGB131, 131, 29
HSL60.0°, 63.7%, 31.4%
CMYK0%, 0%, 78%, 49%
HSV60.0°, 77.9%, 51.4%
LAB53.1, -12.4, 51.0
XYZ17.7, 21.1, 4.3
Decimal8618781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #83831D;
}
.text-color {
color: #83831D;
}
.border-color {
border: 2px solid #83831D;
}