Shades of Burnt Umber #9E3219
Tints of Burnt Umber #9E3219
RGB
CMYK
RGB Variations
Color information
#9E3219 (or 0x9E3219) is known color: Burnt Umber. HEX triplet: 9E, 32 and 19. RGB value is (158,50,25). Sum of RGB (Red+Green+Blue) = 158+50+25=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3219 is #61CDE6. Grayscale: #4F4F4F. Windows color (decimal): -6409703 or 1651358. OLE color: 1651358.
HSL color Cylindrical-coordinate representation of color #9E3219: hue angle of 11.28º 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 #9E3219 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 25 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.38 |
| HSL | 11.28º | 0.73% | 0.36% | - |
| HSV(B) | 11.28º | 0.84% | 0.62% | - |
| XYZ | 15.42 | 9.62 | 1.96 | - |
| YUV | 79.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 25 | 0 | 0.68 | 0.84 | 0.38 | 11.28 | 0.73 | 0.36 |
| Hex | 9E | 32 | 19 | 0 | 44 | 54 | 26 | B | 49 | 24 |
| Octal | 236 | 62 | 31 | 0 | 104 | 124 | 46 | 13 | 111 | 44 |
| Binary | 10011110 | 110010 | 11001 | 0 | 1000100 | 1010100 | 100110 | 1011 | 1001001 | 100100 |
Color Harmonies of #9E3219
Complementary color
Monochromatic Colors of #9E3219
Black with #9E3219
Text Example
Text Example
White with #9E3219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3219; }
p { color: rgb(158,50,25); }
H1.HeaderClassName
{
color: #9E3219;
}
.AnyTagClassName
{
color: #9E3219;
}
</style>
background-color css
<style>
a { background-color: #9E3219; }
a { background-color: rgb(158,50,25); }
div.DivClassName
{
background-color: #9E3219;
}
.BgClassName
{
background-color: #9E3219;
}
</style>
border-color css
<style>
span { border-color: #9E3219; }
span { border-color: rgb(158,50,25); }
td.TdClassName
{
border-color: #9E3219;
}
.TagClassName
{
border-color: #9E3219;
}
</style>