Shades of Burnt Umber #802D16
Tints of Burnt Umber #802D16
RGB
CMYK
RGB Variations
Color information
#802D16 (or 0x802D16) is known color: Burnt Umber. HEX triplet: 80, 2D and 16. RGB value is (128,45,22). Sum of RGB (Red+Green+Blue) = 128+45+22=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #802D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802D16 is #7FD2E9. Grayscale: #434343. Windows color (decimal): -8377066 or 1453440. OLE color: 1453440.
HSL color Cylindrical-coordinate representation of color #802D16: hue angle of 13.02º 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 #802D16 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 22 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.50 |
| HSL | 13.02º | 0.71% | 0.29% | - |
| HSV(B) | 13.02º | 0.83% | 0.5% | - |
| XYZ | 9.99 | 6.52 | 1.49 | - |
| YUV | 67.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 22 | 0 | 0.65 | 0.83 | 0.50 | 13.02 | 0.71 | 0.29 |
| Hex | 80 | 2D | 16 | 0 | 41 | 53 | 32 | D | 47 | 1D |
| Octal | 200 | 55 | 26 | 0 | 101 | 123 | 62 | 15 | 107 | 35 |
| Binary | 10000000 | 101101 | 10110 | 0 | 1000001 | 1010011 | 110010 | 1101 | 1000111 | 11101 |
Color Harmonies of #802D16
Complementary color
Monochromatic Colors of #802D16
Black with #802D16
Text Example
Text Example
White with #802D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D16; }
p { color: rgb(128,45,22); }
H1.HeaderClassName
{
color: #802D16;
}
.AnyTagClassName
{
color: #802D16;
}
</style>
background-color css
<style>
a { background-color: #802D16; }
a { background-color: rgb(128,45,22); }
div.DivClassName
{
background-color: #802D16;
}
.BgClassName
{
background-color: #802D16;
}
</style>
border-color css
<style>
span { border-color: #802D16; }
span { border-color: rgb(128,45,22); }
td.TdClassName
{
border-color: #802D16;
}
.TagClassName
{
border-color: #802D16;
}
</style>