Shades of Burnt Umber #802D15
Tints of Burnt Umber #802D15
RGB
CMYK
RGB Variations
Color information
#802D15 (or 0x802D15) is known color: Burnt Umber. HEX triplet: 80, 2D and 15. RGB value is (128,45,21). Sum of RGB (Red+Green+Blue) = 128+45+21=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #802D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802D15 is #7FD2EA. Grayscale: #434343. Windows color (decimal): -8377067 or 1387904. OLE color: 1387904.
HSL color Cylindrical-coordinate representation of color #802D15: hue angle of 13.46º degrees, saturation: 0.72, 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 #802D15 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 21 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.50 |
| HSL | 13.46º | 0.72% | 0.29% | - |
| HSV(B) | 13.46º | 0.84% | 0.5% | - |
| XYZ | 9.98 | 6.52 | 1.44 | - |
| YUV | 67.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 21 | 0 | 0.65 | 0.84 | 0.50 | 13.46 | 0.72 | 0.29 |
| Hex | 80 | 2D | 15 | 0 | 41 | 54 | 32 | D | 48 | 1D |
| Octal | 200 | 55 | 25 | 0 | 101 | 124 | 62 | 15 | 110 | 35 |
| Binary | 10000000 | 101101 | 10101 | 0 | 1000001 | 1010100 | 110010 | 1101 | 1001000 | 11101 |
Color Harmonies of #802D15
Complementary color
Monochromatic Colors of #802D15
Black with #802D15
Text Example
Text Example
White with #802D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D15; }
p { color: rgb(128,45,21); }
H1.HeaderClassName
{
color: #802D15;
}
.AnyTagClassName
{
color: #802D15;
}
</style>
background-color css
<style>
a { background-color: #802D15; }
a { background-color: rgb(128,45,21); }
div.DivClassName
{
background-color: #802D15;
}
.BgClassName
{
background-color: #802D15;
}
</style>
border-color css
<style>
span { border-color: #802D15; }
span { border-color: rgb(128,45,21); }
td.TdClassName
{
border-color: #802D15;
}
.TagClassName
{
border-color: #802D15;
}
</style>