Shades of Burnt Umber #802C22
Tints of Burnt Umber #802C22
RGB
CMYK
RGB Variations
Color information
#802C22 (or 0x802C22) is known color: Burnt Umber. HEX triplet: 80, 2C and 22. RGB value is (128,44,34). Sum of RGB (Red+Green+Blue) = 128+44+34=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #802C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C22 is #7FD3DD. Grayscale: #444444. Windows color (decimal): -8377310 or 2239616. OLE color: 2239616.
HSL color Cylindrical-coordinate representation of color #802C22: hue angle of 6.38º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802C22 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 34 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.50 |
| HSL | 6.38º | 0.58% | 0.32% | - |
| HSV(B) | 6.38º | 0.73% | 0.5% | - |
| XYZ | 10.09 | 6.51 | 2.24 | - |
| YUV | 67.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 34 | 0 | 0.66 | 0.73 | 0.50 | 6.38 | 0.58 | 0.32 |
| Hex | 80 | 2C | 22 | 0 | 42 | 49 | 32 | 6 | 3A | 20 |
| Octal | 200 | 54 | 42 | 0 | 102 | 111 | 62 | 6 | 72 | 40 |
| Binary | 10000000 | 101100 | 100010 | 0 | 1000010 | 1001001 | 110010 | 110 | 111010 | 100000 |
Color Harmonies of #802C22
Complementary color
Monochromatic Colors of #802C22
Black with #802C22
Text Example
Text Example
White with #802C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C22; }
p { color: rgb(128,44,34); }
H1.HeaderClassName
{
color: #802C22;
}
.AnyTagClassName
{
color: #802C22;
}
</style>
background-color css
<style>
a { background-color: #802C22; }
a { background-color: rgb(128,44,34); }
div.DivClassName
{
background-color: #802C22;
}
.BgClassName
{
background-color: #802C22;
}
</style>
border-color css
<style>
span { border-color: #802C22; }
span { border-color: rgb(128,44,34); }
td.TdClassName
{
border-color: #802C22;
}
.TagClassName
{
border-color: #802C22;
}
</style>