Shades of Burnt Umber #9E2D13
Tints of Burnt Umber #9E2D13
RGB
CMYK
RGB Variations
Color information
#9E2D13 (or 0x9E2D13) is known color: Burnt Umber. HEX triplet: 9E, 2D and 13. RGB value is (158,45,19). Sum of RGB (Red+Green+Blue) = 158+45+19=222 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.17% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2D13 is #61D2EC. Grayscale: #4C4C4C. Windows color (decimal): -6410989 or 1256862. OLE color: 1256862.
HSL color Cylindrical-coordinate representation of color #9E2D13: hue angle of 11.22º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E2D13 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 19 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.38 |
| HSL | 11.22º | 0.79% | 0.35% | - |
| HSV(B) | 11.22º | 0.88% | 0.62% | - |
| XYZ | 15.16 | 9.19 | 1.59 | - |
| YUV | 75.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 19 | 0 | 0.72 | 0.88 | 0.38 | 11.22 | 0.79 | 0.35 |
| Hex | 9E | 2D | 13 | 0 | 48 | 58 | 26 | B | 4F | 23 |
| Octal | 236 | 55 | 23 | 0 | 110 | 130 | 46 | 13 | 117 | 43 |
| Binary | 10011110 | 101101 | 10011 | 0 | 1001000 | 1011000 | 100110 | 1011 | 1001111 | 100011 |
Color Harmonies of #9E2D13
Complementary color
Monochromatic Colors of #9E2D13
Black with #9E2D13
Text Example
Text Example
White with #9E2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D13; }
p { color: rgb(158,45,19); }
H1.HeaderClassName
{
color: #9E2D13;
}
.AnyTagClassName
{
color: #9E2D13;
}
</style>
background-color css
<style>
a { background-color: #9E2D13; }
a { background-color: rgb(158,45,19); }
div.DivClassName
{
background-color: #9E2D13;
}
.BgClassName
{
background-color: #9E2D13;
}
</style>
border-color css
<style>
span { border-color: #9E2D13; }
span { border-color: rgb(158,45,19); }
td.TdClassName
{
border-color: #9E2D13;
}
.TagClassName
{
border-color: #9E2D13;
}
</style>