#926D42
A medium, moderate orange closely aligning with Sienna.
About #926D42
Visually, #926D42 is defined as a moderate orange. It is closely associated with the named CSS color Sienna. This translates to an RGB value of rgb(146, 109, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 25% magenta, 55% yellow, and 43% black. The HSL representation is 32.2° hue, 37.7% saturation, and 41.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#926D42
RGB146, 109, 66
HSL32.2°, 37.7%, 41.6%
CMYK0%, 25%, 55%, 43%
HSV32.2°, 54.8%, 57.3%
LAB48.8, 9.4, 29.6
XYZ18.3, 17.4, 7.6
Decimal9596226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #926D42;
}
.text-color {
color: #926D42;
}
.border-color {
border: 2px solid #926D42;
}