Shades of Burnt Umber #8C2913
Tints of Burnt Umber #8C2913
RGB
CMYK
RGB Variations
Color information
#8C2913 (or 0x8C2913) is known color: Burnt Umber. HEX triplet: 8C, 29 and 13. RGB value is (140,41,19). Sum of RGB (Red+Green+Blue) = 140+41+19=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2913 is #73D6EC. Grayscale: #444444. Windows color (decimal): -7591661 or 1255820. OLE color: 1255820.
HSL color Cylindrical-coordinate representation of color #8C2913: hue angle of 10.91º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C2913 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 19 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.45 |
| HSL | 10.91º | 0.76% | 0.31% | - |
| HSV(B) | 10.91º | 0.86% | 0.55% | - |
| XYZ | 11.73 | 7.21 | 1.39 | - |
| YUV | 68.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 19 | 0 | 0.71 | 0.86 | 0.45 | 10.91 | 0.76 | 0.31 |
| Hex | 8C | 29 | 13 | 0 | 47 | 56 | 2D | B | 4C | 1F |
| Octal | 214 | 51 | 23 | 0 | 107 | 126 | 55 | 13 | 114 | 37 |
| Binary | 10001100 | 101001 | 10011 | 0 | 1000111 | 1010110 | 101101 | 1011 | 1001100 | 11111 |
Color Harmonies of #8C2913
Complementary color
Monochromatic Colors of #8C2913
Black with #8C2913
Text Example
Text Example
White with #8C2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2913; }
p { color: rgb(140,41,19); }
H1.HeaderClassName
{
color: #8C2913;
}
.AnyTagClassName
{
color: #8C2913;
}
</style>
background-color css
<style>
a { background-color: #8C2913; }
a { background-color: rgb(140,41,19); }
div.DivClassName
{
background-color: #8C2913;
}
.BgClassName
{
background-color: #8C2913;
}
</style>
border-color css
<style>
span { border-color: #8C2913; }
span { border-color: rgb(140,41,19); }
td.TdClassName
{
border-color: #8C2913;
}
.TagClassName
{
border-color: #8C2913;
}
</style>