#83755F
A medium, muted orange closely aligning with Gray.
About #83755F
At its core, #83755F is a medium and muted hue. It is closely associated with the named CSS color Gray. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 117, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 11% magenta, 27% yellow, and 49% black. With a hue angle of 36.7 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83755F
RGB131, 117, 95
HSL36.7°, 15.9%, 44.3%
CMYK0%, 11%, 27%, 49%
HSV36.7°, 27.5%, 51.4%
LAB49.9, 1.7, 14.1
XYZ17.8, 18.4, 13.4
Decimal8615263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.49:1
Text on #FFFFFF
AA Large
4.67:1
Text on #000000
AA
4.29:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #83755F;
}
.text-color {
color: #83755F;
}
.border-color {
border: 2px solid #83755F;
}