#927C3A
A medium, moderate orange closely aligning with Olive.
About #927C3A
At its core, #927C3A is a medium and moderate hue. Its closest recognized web color is Olive. This translates to an RGB value of rgb(146, 124, 58).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 15% magenta, 60% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#927C3A
RGB146, 124, 58
HSL45.0°, 43.1%, 40.0%
CMYK0%, 15%, 60%, 43%
HSV45.0°, 60.3%, 57.3%
LAB52.8, 0.1, 38.5
XYZ19.8, 20.8, 7.0
Decimal9600058
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #927C3A;
}
.text-color {
color: #927C3A;
}
.border-color {
border: 2px solid #927C3A;
}