Shades of Burnt Umber #802D1A
Tints of Burnt Umber #802D1A
RGB
CMYK
RGB Variations
Color information
#802D1A (or 0x802D1A) is known color: Burnt Umber. HEX triplet: 80, 2D and 1A. RGB value is (128,45,26). Sum of RGB (Red+Green+Blue) = 128+45+26=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #802D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D1A is #7FD2E5. Grayscale: #434343. Windows color (decimal): -8377062 or 1715584. OLE color: 1715584.
HSL color Cylindrical-coordinate representation of color #802D1A: hue angle of 11.18º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802D1A is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 26 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.50 |
| HSL | 11.18º | 0.66% | 0.3% | - |
| HSV(B) | 11.18º | 0.8% | 0.5% | - |
| XYZ | 10.03 | 6.54 | 1.71 | - |
| YUV | 67.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 26 | 0 | 0.65 | 0.80 | 0.50 | 11.18 | 0.66 | 0.3 |
| Hex | 80 | 2D | 1A | 0 | 41 | 50 | 32 | B | 42 | 1E |
| Octal | 200 | 55 | 32 | 0 | 101 | 120 | 62 | 13 | 102 | 36 |
| Binary | 10000000 | 101101 | 11010 | 0 | 1000001 | 1010000 | 110010 | 1011 | 1000010 | 11110 |
Color Harmonies of #802D1A
Complementary color
Monochromatic Colors of #802D1A
Black with #802D1A
Text Example
Text Example
White with #802D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D1A; }
p { color: rgb(128,45,26); }
H1.HeaderClassName
{
color: #802D1A;
}
.AnyTagClassName
{
color: #802D1A;
}
</style>
background-color css
<style>
a { background-color: #802D1A; }
a { background-color: rgb(128,45,26); }
div.DivClassName
{
background-color: #802D1A;
}
.BgClassName
{
background-color: #802D1A;
}
</style>
border-color css
<style>
span { border-color: #802D1A; }
span { border-color: rgb(128,45,26); }
td.TdClassName
{
border-color: #802D1A;
}
.TagClassName
{
border-color: #802D1A;
}
</style>