Shades of Burnt Umber #9E2808
Tints of Burnt Umber #9E2808
RGB
CMYK
RGB Variations
Color information
#9E2808 (or 0x9E2808) is known color: Burnt Umber. HEX triplet: 9E, 28 and 08. RGB value is (158,40,8). Sum of RGB (Red+Green+Blue) = 158+40+8=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2808 is #61D7F7. Grayscale: #474747. Windows color (decimal): -6412280 or 534686. OLE color: 534686.
HSL color Cylindrical-coordinate representation of color #9E2808: hue angle of 12.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E2808 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 8 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.38 |
| HSL | 12.8º | 0.9% | 0.33% | - |
| HSV(B) | 12.8º | 0.95% | 0.62% | - |
| XYZ | 14.9 | 8.8 | 1.14 | - |
| YUV | 71.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 8 | 0 | 0.75 | 0.95 | 0.38 | 12.8 | 0.9 | 0.33 |
| Hex | 9E | 28 | 8 | 0 | 4B | 5F | 26 | D | 5A | 21 |
| Octal | 236 | 50 | 10 | 0 | 113 | 137 | 46 | 15 | 132 | 41 |
| Binary | 10011110 | 101000 | 1000 | 0 | 1001011 | 1011111 | 100110 | 1101 | 1011010 | 100001 |
Color Harmonies of #9E2808
Complementary color
Monochromatic Colors of #9E2808
Black with #9E2808
Text Example
Text Example
White with #9E2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2808; }
p { color: rgb(158,40,8); }
H1.HeaderClassName
{
color: #9E2808;
}
.AnyTagClassName
{
color: #9E2808;
}
</style>
background-color css
<style>
a { background-color: #9E2808; }
a { background-color: rgb(158,40,8); }
div.DivClassName
{
background-color: #9E2808;
}
.BgClassName
{
background-color: #9E2808;
}
</style>
border-color css
<style>
span { border-color: #9E2808; }
span { border-color: rgb(158,40,8); }
td.TdClassName
{
border-color: #9E2808;
}
.TagClassName
{
border-color: #9E2808;
}
</style>