Shades of Brown #9E2917
Tints of Brown #9E2917
RGB
CMYK
RGB Variations
Color information
#9E2917 (or 0x9E2917) is known color: Brown. HEX triplet: 9E, 29 and 17. RGB value is (158,41,23). Sum of RGB (Red+Green+Blue) = 158+41+23=222 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.17% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2917 is #61D6E8. Grayscale: #4A4A4A. Windows color (decimal): -6412009 or 1517982. OLE color: 1517982.
HSL color Cylindrical-coordinate representation of color #9E2917: hue angle of 8º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E2917 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 23 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.38 |
| HSL | 8º | 0.75% | 0.35% | - |
| HSV(B) | 8º | 0.85% | 0.62% | - |
| XYZ | 15.05 | 8.92 | 1.74 | - |
| YUV | 73.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 23 | 0 | 0.74 | 0.85 | 0.38 | 8 | 0.75 | 0.35 |
| Hex | 9E | 29 | 17 | 0 | 4A | 55 | 26 | 8 | 4B | 23 |
| Octal | 236 | 51 | 27 | 0 | 112 | 125 | 46 | 10 | 113 | 43 |
| Binary | 10011110 | 101001 | 10111 | 0 | 1001010 | 1010101 | 100110 | 1000 | 1001011 | 100011 |
Color Harmonies of #9E2917
Complementary color
Monochromatic Colors of #9E2917
Black with #9E2917
Text Example
Text Example
White with #9E2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2917; }
p { color: rgb(158,41,23); }
H1.HeaderClassName
{
color: #9E2917;
}
.AnyTagClassName
{
color: #9E2917;
}
</style>
background-color css
<style>
a { background-color: #9E2917; }
a { background-color: rgb(158,41,23); }
div.DivClassName
{
background-color: #9E2917;
}
.BgClassName
{
background-color: #9E2917;
}
</style>
border-color css
<style>
span { border-color: #9E2917; }
span { border-color: rgb(158,41,23); }
td.TdClassName
{
border-color: #9E2917;
}
.TagClassName
{
border-color: #9E2917;
}
</style>