Shades of Burnt Umber #9E290B
Tints of Burnt Umber #9E290B
RGB
CMYK
RGB Variations
Color information
#9E290B (or 0x9E290B) is known color: Burnt Umber. HEX triplet: 9E, 29 and 0B. RGB value is (158,41,11). Sum of RGB (Red+Green+Blue) = 158+41+11=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E290B is #61D6F4. Grayscale: #484848. Windows color (decimal): -6412021 or 731550. OLE color: 731550.
HSL color Cylindrical-coordinate representation of color #9E290B: hue angle of 12.24º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E290B is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 11 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.38 |
| HSL | 12.24º | 0.87% | 0.33% | - |
| HSV(B) | 12.24º | 0.93% | 0.62% | - |
| XYZ | 14.95 | 8.88 | 1.24 | - |
| YUV | 72.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 11 | 0 | 0.74 | 0.93 | 0.38 | 12.24 | 0.87 | 0.33 |
| Hex | 9E | 29 | B | 0 | 4A | 5D | 26 | C | 57 | 21 |
| Octal | 236 | 51 | 13 | 0 | 112 | 135 | 46 | 14 | 127 | 41 |
| Binary | 10011110 | 101001 | 1011 | 0 | 1001010 | 1011101 | 100110 | 1100 | 1010111 | 100001 |
Color Harmonies of #9E290B
Complementary color
Monochromatic Colors of #9E290B
Black with #9E290B
Text Example
Text Example
White with #9E290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E290B; }
p { color: rgb(158,41,11); }
H1.HeaderClassName
{
color: #9E290B;
}
.AnyTagClassName
{
color: #9E290B;
}
</style>
background-color css
<style>
a { background-color: #9E290B; }
a { background-color: rgb(158,41,11); }
div.DivClassName
{
background-color: #9E290B;
}
.BgClassName
{
background-color: #9E290B;
}
</style>
border-color css
<style>
span { border-color: #9E290B; }
span { border-color: rgb(158,41,11); }
td.TdClassName
{
border-color: #9E290B;
}
.TagClassName
{
border-color: #9E290B;
}
</style>