Shades of Burnt Umber #8C2813
Tints of Burnt Umber #8C2813
RGB
CMYK
RGB Variations
Color information
#8C2813 (or 0x8C2813) is known color: Burnt Umber. HEX triplet: 8C, 28 and 13. RGB value is (140,40,19). Sum of RGB (Red+Green+Blue) = 140+40+19=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2813 is #73D7EC. Grayscale: #434343. Windows color (decimal): -7591917 or 1255564. OLE color: 1255564.
HSL color Cylindrical-coordinate representation of color #8C2813: hue angle of 10.41º 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 #8C2813 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 19 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.45 |
| HSL | 10.41º | 0.76% | 0.31% | - |
| HSV(B) | 10.41º | 0.86% | 0.55% | - |
| XYZ | 11.69 | 7.14 | 1.38 | - |
| YUV | 67.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 19 | 0 | 0.71 | 0.86 | 0.45 | 10.41 | 0.76 | 0.31 |
| Hex | 8C | 28 | 13 | 0 | 47 | 56 | 2D | A | 4C | 1F |
| Octal | 214 | 50 | 23 | 0 | 107 | 126 | 55 | 12 | 114 | 37 |
| Binary | 10001100 | 101000 | 10011 | 0 | 1000111 | 1010110 | 101101 | 1010 | 1001100 | 11111 |
Color Harmonies of #8C2813
Complementary color
Monochromatic Colors of #8C2813
Black with #8C2813
Text Example
Text Example
White with #8C2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2813; }
p { color: rgb(140,40,19); }
H1.HeaderClassName
{
color: #8C2813;
}
.AnyTagClassName
{
color: #8C2813;
}
</style>
background-color css
<style>
a { background-color: #8C2813; }
a { background-color: rgb(140,40,19); }
div.DivClassName
{
background-color: #8C2813;
}
.BgClassName
{
background-color: #8C2813;
}
</style>
border-color css
<style>
span { border-color: #8C2813; }
span { border-color: rgb(140,40,19); }
td.TdClassName
{
border-color: #8C2813;
}
.TagClassName
{
border-color: #8C2813;
}
</style>