Shades of Burnt Umber #802812
Tints of Burnt Umber #802812
RGB
CMYK
RGB Variations
Color information
#802812 (or 0x802812) is known color: Burnt Umber. HEX triplet: 80, 28 and 12. RGB value is (128,40,18). Sum of RGB (Red+Green+Blue) = 128+40+18=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #802812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802812 is #7FD7ED. Grayscale: #3F3F3F. Windows color (decimal): -8378350 or 1190016. OLE color: 1190016.
HSL color Cylindrical-coordinate representation of color #802812: hue angle of 12º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #802812 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 18 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.50 |
| HSL | 12º | 0.75% | 0.29% | - |
| HSV(B) | 12º | 0.86% | 0.5% | - |
| XYZ | 9.77 | 6.15 | 1.24 | - |
| YUV | 63.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 18 | 0 | 0.69 | 0.86 | 0.50 | 12 | 0.75 | 0.29 |
| Hex | 80 | 28 | 12 | 0 | 45 | 56 | 32 | C | 4B | 1D |
| Octal | 200 | 50 | 22 | 0 | 105 | 126 | 62 | 14 | 113 | 35 |
| Binary | 10000000 | 101000 | 10010 | 0 | 1000101 | 1010110 | 110010 | 1100 | 1001011 | 11101 |
Color Harmonies of #802812
Complementary color
Monochromatic Colors of #802812
Black with #802812
Text Example
Text Example
White with #802812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802812; }
p { color: rgb(128,40,18); }
H1.HeaderClassName
{
color: #802812;
}
.AnyTagClassName
{
color: #802812;
}
</style>
background-color css
<style>
a { background-color: #802812; }
a { background-color: rgb(128,40,18); }
div.DivClassName
{
background-color: #802812;
}
.BgClassName
{
background-color: #802812;
}
</style>
border-color css
<style>
span { border-color: #802812; }
span { border-color: rgb(128,40,18); }
td.TdClassName
{
border-color: #802812;
}
.TagClassName
{
border-color: #802812;
}
</style>