Shades of Burnt Umber #802E16
Tints of Burnt Umber #802E16
RGB
CMYK
RGB Variations
Color information
#802E16 (or 0x802E16) is known color: Burnt Umber. HEX triplet: 80, 2E and 16. RGB value is (128,46,22). Sum of RGB (Red+Green+Blue) = 128+46+22=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #802E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802E16 is #7FD1E9. Grayscale: #434343. Windows color (decimal): -8376810 or 1453696. OLE color: 1453696.
HSL color Cylindrical-coordinate representation of color #802E16: hue angle of 13.58º 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 #802E16 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 46 | 22 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.50 |
| HSL | 13.58º | 0.71% | 0.29% | - |
| HSV(B) | 13.58º | 0.83% | 0.5% | - |
| XYZ | 10.02 | 6.6 | 1.5 | - |
| YUV | 67.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 22 | 0 | 0.64 | 0.83 | 0.50 | 13.58 | 0.71 | 0.29 |
| Hex | 80 | 2E | 16 | 0 | 40 | 53 | 32 | E | 47 | 1D |
| Octal | 200 | 56 | 26 | 0 | 100 | 123 | 62 | 16 | 107 | 35 |
| Binary | 10000000 | 101110 | 10110 | 0 | 1000000 | 1010011 | 110010 | 1110 | 1000111 | 11101 |
Color Harmonies of #802E16
Complementary color
Monochromatic Colors of #802E16
Black with #802E16
Text Example
Text Example
White with #802E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802E16; }
p { color: rgb(128,46,22); }
H1.HeaderClassName
{
color: #802E16;
}
.AnyTagClassName
{
color: #802E16;
}
</style>
background-color css
<style>
a { background-color: #802E16; }
a { background-color: rgb(128,46,22); }
div.DivClassName
{
background-color: #802E16;
}
.BgClassName
{
background-color: #802E16;
}
</style>
border-color css
<style>
span { border-color: #802E16; }
span { border-color: rgb(128,46,22); }
td.TdClassName
{
border-color: #802E16;
}
.TagClassName
{
border-color: #802E16;
}
</style>