Shades of Burnt Umber #803420
Tints of Burnt Umber #803420
RGB
CMYK
RGB Variations
Color information
#803420 (or 0x803420) is known color: Burnt Umber. HEX triplet: 80, 34 and 20. RGB value is (128,52,32). Sum of RGB (Red+Green+Blue) = 128+52+32=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #803420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803420 is #7FCBDF. Grayscale: #484848. Windows color (decimal): -8375264 or 2110592. OLE color: 2110592.
HSL color Cylindrical-coordinate representation of color #803420: hue angle of 12.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 #803420 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 32 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.50 |
| HSL | 12.5º | 0.6% | 0.31% | - |
| HSV(B) | 12.5º | 0.75% | 0.5% | - |
| XYZ | 10.39 | 7.15 | 2.2 | - |
| YUV | 72.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 32 | 0 | 0.59 | 0.75 | 0.50 | 12.5 | 0.6 | 0.31 |
| Hex | 80 | 34 | 20 | 0 | 3B | 4B | 32 | C | 3C | 1F |
| Octal | 200 | 64 | 40 | 0 | 73 | 113 | 62 | 14 | 74 | 37 |
| Binary | 10000000 | 110100 | 100000 | 0 | 111011 | 1001011 | 110010 | 1100 | 111100 | 11111 |
Color Harmonies of #803420
Complementary color
Monochromatic Colors of #803420
Black with #803420
Text Example
Text Example
White with #803420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803420; }
p { color: rgb(128,52,32); }
H1.HeaderClassName
{
color: #803420;
}
.AnyTagClassName
{
color: #803420;
}
</style>
background-color css
<style>
a { background-color: #803420; }
a { background-color: rgb(128,52,32); }
div.DivClassName
{
background-color: #803420;
}
.BgClassName
{
background-color: #803420;
}
</style>
border-color css
<style>
span { border-color: #803420; }
span { border-color: rgb(128,52,32); }
td.TdClassName
{
border-color: #803420;
}
.TagClassName
{
border-color: #803420;
}
</style>