Shades of Burnt Umber #9E3218
Tints of Burnt Umber #9E3218
RGB
CMYK
RGB Variations
Color information
#9E3218 (or 0x9E3218) is known color: Burnt Umber. HEX triplet: 9E, 32 and 18. RGB value is (158,50,24). Sum of RGB (Red+Green+Blue) = 158+50+24=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3218 is #61CDE7. Grayscale: #4F4F4F. Windows color (decimal): -6409704 or 1585822. OLE color: 1585822.
HSL color Cylindrical-coordinate representation of color #9E3218: hue angle of 11.64º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E3218 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 24 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.38 |
| HSL | 11.64º | 0.74% | 0.36% | - |
| HSV(B) | 11.64º | 0.85% | 0.62% | - |
| XYZ | 15.41 | 9.62 | 1.91 | - |
| YUV | 79.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 24 | 0 | 0.68 | 0.85 | 0.38 | 11.64 | 0.74 | 0.36 |
| Hex | 9E | 32 | 18 | 0 | 44 | 55 | 26 | C | 4A | 24 |
| Octal | 236 | 62 | 30 | 0 | 104 | 125 | 46 | 14 | 112 | 44 |
| Binary | 10011110 | 110010 | 11000 | 0 | 1000100 | 1010101 | 100110 | 1100 | 1001010 | 100100 |
Color Harmonies of #9E3218
Complementary color
Monochromatic Colors of #9E3218
Black with #9E3218
Text Example
Text Example
White with #9E3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3218; }
p { color: rgb(158,50,24); }
H1.HeaderClassName
{
color: #9E3218;
}
.AnyTagClassName
{
color: #9E3218;
}
</style>
background-color css
<style>
a { background-color: #9E3218; }
a { background-color: rgb(158,50,24); }
div.DivClassName
{
background-color: #9E3218;
}
.BgClassName
{
background-color: #9E3218;
}
</style>
border-color css
<style>
span { border-color: #9E3218; }
span { border-color: rgb(158,50,24); }
td.TdClassName
{
border-color: #9E3218;
}
.TagClassName
{
border-color: #9E3218;
}
</style>