Shades of Burnt Umber #802B16
Tints of Burnt Umber #802B16
RGB
CMYK
RGB Variations
Color information
#802B16 (or 0x802B16) is known color: Burnt Umber. HEX triplet: 80, 2B and 16. RGB value is (128,43,22). Sum of RGB (Red+Green+Blue) = 128+43+22=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #802B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B16 is #7FD4E9. Grayscale: #424242. Windows color (decimal): -8377578 or 1452928. OLE color: 1452928.
HSL color Cylindrical-coordinate representation of color #802B16: hue angle of 11.89º 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 #802B16 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 22 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.50 |
| HSL | 11.89º | 0.71% | 0.29% | - |
| HSV(B) | 11.89º | 0.83% | 0.5% | - |
| XYZ | 9.91 | 6.37 | 1.47 | - |
| YUV | 66.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 22 | 0 | 0.66 | 0.83 | 0.50 | 11.89 | 0.71 | 0.29 |
| Hex | 80 | 2B | 16 | 0 | 42 | 53 | 32 | C | 47 | 1D |
| Octal | 200 | 53 | 26 | 0 | 102 | 123 | 62 | 14 | 107 | 35 |
| Binary | 10000000 | 101011 | 10110 | 0 | 1000010 | 1010011 | 110010 | 1100 | 1000111 | 11101 |
Color Harmonies of #802B16
Complementary color
Monochromatic Colors of #802B16
Black with #802B16
Text Example
Text Example
White with #802B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B16; }
p { color: rgb(128,43,22); }
H1.HeaderClassName
{
color: #802B16;
}
.AnyTagClassName
{
color: #802B16;
}
</style>
background-color css
<style>
a { background-color: #802B16; }
a { background-color: rgb(128,43,22); }
div.DivClassName
{
background-color: #802B16;
}
.BgClassName
{
background-color: #802B16;
}
</style>
border-color css
<style>
span { border-color: #802B16; }
span { border-color: rgb(128,43,22); }
td.TdClassName
{
border-color: #802B16;
}
.TagClassName
{
border-color: #802B16;
}
</style>