Shades of Burnt Umber #802A20
Tints of Burnt Umber #802A20
RGB
CMYK
RGB Variations
Color information
#802A20 (or 0x802A20) is known color: Burnt Umber. HEX triplet: 80, 2A and 20. RGB value is (128,42,32). Sum of RGB (Red+Green+Blue) = 128+42+32=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #802A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A20 is #7FD5DF. Grayscale: #424242. Windows color (decimal): -8377824 or 2108032. OLE color: 2108032.
HSL color Cylindrical-coordinate representation of color #802A20: hue angle of 6.25º 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 #802A20 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 32 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.50 |
| HSL | 6.25º | 0.6% | 0.31% | - |
| HSV(B) | 6.25º | 0.75% | 0.5% | - |
| XYZ | 9.99 | 6.35 | 2.07 | - |
| YUV | 66.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 32 | 0 | 0.67 | 0.75 | 0.50 | 6.25 | 0.6 | 0.31 |
| Hex | 80 | 2A | 20 | 0 | 43 | 4B | 32 | 6 | 3C | 1F |
| Octal | 200 | 52 | 40 | 0 | 103 | 113 | 62 | 6 | 74 | 37 |
| Binary | 10000000 | 101010 | 100000 | 0 | 1000011 | 1001011 | 110010 | 110 | 111100 | 11111 |
Color Harmonies of #802A20
Complementary color
Monochromatic Colors of #802A20
Black with #802A20
Text Example
Text Example
White with #802A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A20; }
p { color: rgb(128,42,32); }
H1.HeaderClassName
{
color: #802A20;
}
.AnyTagClassName
{
color: #802A20;
}
</style>
background-color css
<style>
a { background-color: #802A20; }
a { background-color: rgb(128,42,32); }
div.DivClassName
{
background-color: #802A20;
}
.BgClassName
{
background-color: #802A20;
}
</style>
border-color css
<style>
span { border-color: #802A20; }
span { border-color: rgb(128,42,32); }
td.TdClassName
{
border-color: #802A20;
}
.TagClassName
{
border-color: #802A20;
}
</style>