Shades of Burnt Umber #802D14
Tints of Burnt Umber #802D14
RGB
CMYK
RGB Variations
Color information
#802D14 (or 0x802D14) is known color: Burnt Umber. HEX triplet: 80, 2D and 14. RGB value is (128,45,20). Sum of RGB (Red+Green+Blue) = 128+45+20=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #802D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802D14 is #7FD2EB. Grayscale: #434343. Windows color (decimal): -8377068 or 1322368. OLE color: 1322368.
HSL color Cylindrical-coordinate representation of color #802D14: hue angle of 13.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #802D14 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 20 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.50 |
| HSL | 13.89º | 0.73% | 0.29% | - |
| HSV(B) | 13.89º | 0.84% | 0.5% | - |
| XYZ | 9.97 | 6.52 | 1.39 | - |
| YUV | 66.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 20 | 0 | 0.65 | 0.84 | 0.50 | 13.89 | 0.73 | 0.29 |
| Hex | 80 | 2D | 14 | 0 | 41 | 54 | 32 | E | 49 | 1D |
| Octal | 200 | 55 | 24 | 0 | 101 | 124 | 62 | 16 | 111 | 35 |
| Binary | 10000000 | 101101 | 10100 | 0 | 1000001 | 1010100 | 110010 | 1110 | 1001001 | 11101 |
Color Harmonies of #802D14
Complementary color
Monochromatic Colors of #802D14
Black with #802D14
Text Example
Text Example
White with #802D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D14; }
p { color: rgb(128,45,20); }
H1.HeaderClassName
{
color: #802D14;
}
.AnyTagClassName
{
color: #802D14;
}
</style>
background-color css
<style>
a { background-color: #802D14; }
a { background-color: rgb(128,45,20); }
div.DivClassName
{
background-color: #802D14;
}
.BgClassName
{
background-color: #802D14;
}
</style>
border-color css
<style>
span { border-color: #802D14; }
span { border-color: rgb(128,45,20); }
td.TdClassName
{
border-color: #802D14;
}
.TagClassName
{
border-color: #802D14;
}
</style>