#83661D
A dark, moderate orange closely aligning with Olive.
About #83661D
When working with digital screens, the color #83661D is rendered by mixing light. It is closely associated with the named CSS color Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 102, and 29.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 22% magenta, 78% yellow, and 49% black. With a hue angle of 42.9 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83661D
RGB131, 102, 29
HSL42.9°, 63.7%, 31.4%
CMYK0%, 22%, 78%, 49%
HSV42.9°, 77.9%, 51.4%
LAB44.8, 4.0, 43.2
XYZ14.3, 14.4, 3.2
Decimal8611357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.41:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #83661D;
}
.text-color {
color: #83661D;
}
.border-color {
border: 2px solid #83661D;
}