Shades of Burnt Umber #8C2918
Tints of Burnt Umber #8C2918
RGB
CMYK
RGB Variations
Color information
#8C2918 (or 0x8C2918) is known color: Burnt Umber. HEX triplet: 8C, 29 and 18. RGB value is (140,41,24). Sum of RGB (Red+Green+Blue) = 140+41+24=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2918 is #73D6E7. Grayscale: #444444. Windows color (decimal): -7591656 or 1583500. OLE color: 1583500.
HSL color Cylindrical-coordinate representation of color #8C2918: hue angle of 8.79º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C2918 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 24 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.45 |
| HSL | 8.79º | 0.71% | 0.32% | - |
| HSV(B) | 8.79º | 0.83% | 0.55% | - |
| XYZ | 11.77 | 7.23 | 1.64 | - |
| YUV | 68.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 24 | 0 | 0.71 | 0.83 | 0.45 | 8.79 | 0.71 | 0.32 |
| Hex | 8C | 29 | 18 | 0 | 47 | 53 | 2D | 9 | 47 | 20 |
| Octal | 214 | 51 | 30 | 0 | 107 | 123 | 55 | 11 | 107 | 40 |
| Binary | 10001100 | 101001 | 11000 | 0 | 1000111 | 1010011 | 101101 | 1001 | 1000111 | 100000 |
Color Harmonies of #8C2918
Complementary color
Monochromatic Colors of #8C2918
Black with #8C2918
Text Example
Text Example
White with #8C2918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2918; }
p { color: rgb(140,41,24); }
H1.HeaderClassName
{
color: #8C2918;
}
.AnyTagClassName
{
color: #8C2918;
}
</style>
background-color css
<style>
a { background-color: #8C2918; }
a { background-color: rgb(140,41,24); }
div.DivClassName
{
background-color: #8C2918;
}
.BgClassName
{
background-color: #8C2918;
}
</style>
border-color css
<style>
span { border-color: #8C2918; }
span { border-color: rgb(140,41,24); }
td.TdClassName
{
border-color: #8C2918;
}
.TagClassName
{
border-color: #8C2918;
}
</style>