#925F42
A medium, moderate orange closely aligning with Sienna.
About #925F42
When working with digital screens, the color #925F42 is rendered by mixing light. It is closely associated with the named CSS color Sienna. This translates to an RGB value of rgb(146, 95, 66).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 35% magenta, 55% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#925F42
RGB146, 95, 66
HSL21.8°, 37.7%, 41.6%
CMYK0%, 35%, 55%, 43%
HSV21.8°, 54.8%, 57.3%
LAB45.2, 17.5, 25.0
XYZ16.9, 14.7, 7.1
Decimal9592642
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.33:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #925F42;
}
.text-color {
color: #925F42;
}
.border-color {
border: 2px solid #925F42;
}