Shades of Burnt Umber #803120
Tints of Burnt Umber #803120
RGB
CMYK
RGB Variations
Color information
#803120 (or 0x803120) is known color: Burnt Umber. HEX triplet: 80, 31 and 20. RGB value is (128,49,32). Sum of RGB (Red+Green+Blue) = 128+49+32=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #803120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803120 is #7FCEDF. Grayscale: #464646. Windows color (decimal): -8376032 or 2109824. OLE color: 2109824.
HSL color Cylindrical-coordinate representation of color #803120: hue angle of 10.62º 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 #803120 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 32 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.50 |
| HSL | 10.63º | 0.6% | 0.31% | - |
| HSV(B) | 10.63º | 0.75% | 0.5% | - |
| XYZ | 10.26 | 6.89 | 2.16 | - |
| YUV | 70.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 32 | 0 | 0.62 | 0.75 | 0.50 | 10.63 | 0.6 | 0.31 |
| Hex | 80 | 31 | 20 | 0 | 3E | 4B | 32 | B | 3C | 1F |
| Octal | 200 | 61 | 40 | 0 | 76 | 113 | 62 | 13 | 74 | 37 |
| Binary | 10000000 | 110001 | 100000 | 0 | 111110 | 1001011 | 110010 | 1011 | 111100 | 11111 |
Color Harmonies of #803120
Complementary color
Monochromatic Colors of #803120
Black with #803120
Text Example
Text Example
White with #803120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803120; }
p { color: rgb(128,49,32); }
H1.HeaderClassName
{
color: #803120;
}
.AnyTagClassName
{
color: #803120;
}
</style>
background-color css
<style>
a { background-color: #803120; }
a { background-color: rgb(128,49,32); }
div.DivClassName
{
background-color: #803120;
}
.BgClassName
{
background-color: #803120;
}
</style>
border-color css
<style>
span { border-color: #803120; }
span { border-color: rgb(128,49,32); }
td.TdClassName
{
border-color: #803120;
}
.TagClassName
{
border-color: #803120;
}
</style>