Shades of Burnt Umber #802F20
Tints of Burnt Umber #802F20
RGB
CMYK
RGB Variations
Color information
#802F20 (or 0x802F20) is known color: Burnt Umber. HEX triplet: 80, 2F and 20. RGB value is (128,47,32). Sum of RGB (Red+Green+Blue) = 128+47+32=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #802F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F20 is #7FD0DF. Grayscale: #454545. Windows color (decimal): -8376544 or 2109312. OLE color: 2109312.
HSL color Cylindrical-coordinate representation of color #802F20: hue angle of 9.38º 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 #802F20 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 32 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.50 |
| HSL | 9.38º | 0.6% | 0.31% | - |
| HSV(B) | 9.38º | 0.75% | 0.5% | - |
| XYZ | 10.18 | 6.73 | 2.13 | - |
| YUV | 69.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 32 | 0 | 0.63 | 0.75 | 0.50 | 9.38 | 0.6 | 0.31 |
| Hex | 80 | 2F | 20 | 0 | 3F | 4B | 32 | 9 | 3C | 1F |
| Octal | 200 | 57 | 40 | 0 | 77 | 113 | 62 | 11 | 74 | 37 |
| Binary | 10000000 | 101111 | 100000 | 0 | 111111 | 1001011 | 110010 | 1001 | 111100 | 11111 |
Color Harmonies of #802F20
Complementary color
Monochromatic Colors of #802F20
Black with #802F20
Text Example
Text Example
White with #802F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F20; }
p { color: rgb(128,47,32); }
H1.HeaderClassName
{
color: #802F20;
}
.AnyTagClassName
{
color: #802F20;
}
</style>
background-color css
<style>
a { background-color: #802F20; }
a { background-color: rgb(128,47,32); }
div.DivClassName
{
background-color: #802F20;
}
.BgClassName
{
background-color: #802F20;
}
</style>
border-color css
<style>
span { border-color: #802F20; }
span { border-color: rgb(128,47,32); }
td.TdClassName
{
border-color: #802F20;
}
.TagClassName
{
border-color: #802F20;
}
</style>