Shades of Burnt Umber #9E2F19
Tints of Burnt Umber #9E2F19
RGB
CMYK
RGB Variations
Color information
#9E2F19 (or 0x9E2F19) is known color: Burnt Umber. HEX triplet: 9E, 2F and 19. RGB value is (158,47,25). Sum of RGB (Red+Green+Blue) = 158+47+25=230 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.70% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2F19 is #61D0E6. Grayscale: #4D4D4D. Windows color (decimal): -6410471 or 1650590. OLE color: 1650590.
HSL color Cylindrical-coordinate representation of color #9E2F19: hue angle of 9.92º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E2F19 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 25 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.38 |
| HSL | 9.92º | 0.73% | 0.36% | - |
| HSV(B) | 9.92º | 0.84% | 0.62% | - |
| XYZ | 15.29 | 9.37 | 1.92 | - |
| YUV | 77.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 25 | 0 | 0.70 | 0.84 | 0.38 | 9.92 | 0.73 | 0.36 |
| Hex | 9E | 2F | 19 | 0 | 46 | 54 | 26 | A | 49 | 24 |
| Octal | 236 | 57 | 31 | 0 | 106 | 124 | 46 | 12 | 111 | 44 |
| Binary | 10011110 | 101111 | 11001 | 0 | 1000110 | 1010100 | 100110 | 1010 | 1001001 | 100100 |
Color Harmonies of #9E2F19
Complementary color
Monochromatic Colors of #9E2F19
Black with #9E2F19
Text Example
Text Example
White with #9E2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F19; }
p { color: rgb(158,47,25); }
H1.HeaderClassName
{
color: #9E2F19;
}
.AnyTagClassName
{
color: #9E2F19;
}
</style>
background-color css
<style>
a { background-color: #9E2F19; }
a { background-color: rgb(158,47,25); }
div.DivClassName
{
background-color: #9E2F19;
}
.BgClassName
{
background-color: #9E2F19;
}
</style>
border-color css
<style>
span { border-color: #9E2F19; }
span { border-color: rgb(158,47,25); }
td.TdClassName
{
border-color: #9E2F19;
}
.TagClassName
{
border-color: #9E2F19;
}
</style>