Shades of Burnt Umber #802D1E
Tints of Burnt Umber #802D1E
RGB
CMYK
RGB Variations
Color information
#802D1E (or 0x802D1E) is known color: Burnt Umber. HEX triplet: 80, 2D and 1E. RGB value is (128,45,30). Sum of RGB (Red+Green+Blue) = 128+45+30=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #802D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D1E is #7FD2E1. Grayscale: #444444. Windows color (decimal): -8377058 or 1977728. OLE color: 1977728.
HSL color Cylindrical-coordinate representation of color #802D1E: hue angle of 9.18º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802D1E is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 30 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.50 |
| HSL | 9.18º | 0.62% | 0.31% | - |
| HSV(B) | 9.18º | 0.77% | 0.5% | - |
| XYZ | 10.07 | 6.56 | 1.96 | - |
| YUV | 68.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 30 | 0 | 0.65 | 0.77 | 0.50 | 9.18 | 0.62 | 0.31 |
| Hex | 80 | 2D | 1E | 0 | 41 | 4D | 32 | 9 | 3E | 1F |
| Octal | 200 | 55 | 36 | 0 | 101 | 115 | 62 | 11 | 76 | 37 |
| Binary | 10000000 | 101101 | 11110 | 0 | 1000001 | 1001101 | 110010 | 1001 | 111110 | 11111 |
Color Harmonies of #802D1E
Complementary color
Monochromatic Colors of #802D1E
Black with #802D1E
Text Example
Text Example
White with #802D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D1E; }
p { color: rgb(128,45,30); }
H1.HeaderClassName
{
color: #802D1E;
}
.AnyTagClassName
{
color: #802D1E;
}
</style>
background-color css
<style>
a { background-color: #802D1E; }
a { background-color: rgb(128,45,30); }
div.DivClassName
{
background-color: #802D1E;
}
.BgClassName
{
background-color: #802D1E;
}
</style>
border-color css
<style>
span { border-color: #802D1E; }
span { border-color: rgb(128,45,30); }
td.TdClassName
{
border-color: #802D1E;
}
.TagClassName
{
border-color: #802D1E;
}
</style>