#83750F
A dark, vivid yellow closely aligning with Olive.
About #83750F
Visually, #83750F is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Olive. Its digital footprint relies on 131 parts red, 117 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 11% magenta inks. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83750F
RGB131, 117, 15
HSL52.8°, 79.5%, 28.6%
CMYK0%, 11%, 89%, 49%
HSV52.8°, 88.5%, 51.4%
LAB49.0, -5.1, 51.6
XYZ15.8, 17.6, 3.0
Decimal8615183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.65:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.84:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #83750F;
}
.text-color {
color: #83750F;
}
.border-color {
border: 2px solid #83750F;
}