Shades of Burnt Umber #802A16
Tints of Burnt Umber #802A16
RGB
CMYK
RGB Variations
Color information
#802A16 (or 0x802A16) is known color: Burnt Umber. HEX triplet: 80, 2A and 16. RGB value is (128,42,22). Sum of RGB (Red+Green+Blue) = 128+42+22=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #802A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802A16 is #7FD5E9. Grayscale: #414141. Windows color (decimal): -8377834 or 1452672. OLE color: 1452672.
HSL color Cylindrical-coordinate representation of color #802A16: hue angle of 11.32º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #802A16 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 22 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.50 |
| HSL | 11.32º | 0.71% | 0.29% | - |
| HSV(B) | 11.32º | 0.83% | 0.5% | - |
| XYZ | 9.87 | 6.3 | 1.46 | - |
| YUV | 65.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 22 | 0 | 0.67 | 0.83 | 0.50 | 11.32 | 0.71 | 0.29 |
| Hex | 80 | 2A | 16 | 0 | 43 | 53 | 32 | B | 47 | 1D |
| Octal | 200 | 52 | 26 | 0 | 103 | 123 | 62 | 13 | 107 | 35 |
| Binary | 10000000 | 101010 | 10110 | 0 | 1000011 | 1010011 | 110010 | 1011 | 1000111 | 11101 |
Color Harmonies of #802A16
Complementary color
Monochromatic Colors of #802A16
Black with #802A16
Text Example
Text Example
White with #802A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A16; }
p { color: rgb(128,42,22); }
H1.HeaderClassName
{
color: #802A16;
}
.AnyTagClassName
{
color: #802A16;
}
</style>
background-color css
<style>
a { background-color: #802A16; }
a { background-color: rgb(128,42,22); }
div.DivClassName
{
background-color: #802A16;
}
.BgClassName
{
background-color: #802A16;
}
</style>
border-color css
<style>
span { border-color: #802A16; }
span { border-color: rgb(128,42,22); }
td.TdClassName
{
border-color: #802A16;
}
.TagClassName
{
border-color: #802A16;
}
</style>