Shades of Burnt Umber #802820
Tints of Burnt Umber #802820
RGB
CMYK
RGB Variations
Color information
#802820 (or 0x802820) is known color: Burnt Umber. HEX triplet: 80, 28 and 20. RGB value is (128,40,32). Sum of RGB (Red+Green+Blue) = 128+40+32=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802820 is #7FD7DF. Grayscale: #414141. Windows color (decimal): -8378336 or 2107520. OLE color: 2107520.
HSL color Cylindrical-coordinate representation of color #802820: hue angle of 5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802820 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 32 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.50 |
| HSL | 5º | 0.6% | 0.31% | - |
| HSV(B) | 5º | 0.75% | 0.5% | - |
| XYZ | 9.92 | 6.21 | 2.04 | - |
| YUV | 65.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 32 | 0 | 0.69 | 0.75 | 0.50 | 5 | 0.6 | 0.31 |
| Hex | 80 | 28 | 20 | 0 | 45 | 4B | 32 | 5 | 3C | 1F |
| Octal | 200 | 50 | 40 | 0 | 105 | 113 | 62 | 5 | 74 | 37 |
| Binary | 10000000 | 101000 | 100000 | 0 | 1000101 | 1001011 | 110010 | 101 | 111100 | 11111 |
Color Harmonies of #802820
Complementary color
Monochromatic Colors of #802820
Black with #802820
Text Example
Text Example
White with #802820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802820; }
p { color: rgb(128,40,32); }
H1.HeaderClassName
{
color: #802820;
}
.AnyTagClassName
{
color: #802820;
}
</style>
background-color css
<style>
a { background-color: #802820; }
a { background-color: rgb(128,40,32); }
div.DivClassName
{
background-color: #802820;
}
.BgClassName
{
background-color: #802820;
}
</style>
border-color css
<style>
span { border-color: #802820; }
span { border-color: rgb(128,40,32); }
td.TdClassName
{
border-color: #802820;
}
.TagClassName
{
border-color: #802820;
}
</style>