Shades of Burnt Umber #803320
Tints of Burnt Umber #803320
RGB
CMYK
RGB Variations
Color information
#803320 (or 0x803320) is known color: Burnt Umber. HEX triplet: 80, 33 and 20. RGB value is (128,51,32). Sum of RGB (Red+Green+Blue) = 128+51+32=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #803320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803320 is #7FCCDF. Grayscale: #484848. Windows color (decimal): -8375520 or 2110336. OLE color: 2110336.
HSL color Cylindrical-coordinate representation of color #803320: hue angle of 11.88º 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 #803320 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 32 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.50 |
| HSL | 11.88º | 0.6% | 0.31% | - |
| HSV(B) | 11.88º | 0.75% | 0.5% | - |
| XYZ | 10.35 | 7.06 | 2.18 | - |
| YUV | 71.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 32 | 0 | 0.60 | 0.75 | 0.50 | 11.88 | 0.6 | 0.31 |
| Hex | 80 | 33 | 20 | 0 | 3C | 4B | 32 | C | 3C | 1F |
| Octal | 200 | 63 | 40 | 0 | 74 | 113 | 62 | 14 | 74 | 37 |
| Binary | 10000000 | 110011 | 100000 | 0 | 111100 | 1001011 | 110010 | 1100 | 111100 | 11111 |
Color Harmonies of #803320
Complementary color
Monochromatic Colors of #803320
Black with #803320
Text Example
Text Example
White with #803320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803320; }
p { color: rgb(128,51,32); }
H1.HeaderClassName
{
color: #803320;
}
.AnyTagClassName
{
color: #803320;
}
</style>
background-color css
<style>
a { background-color: #803320; }
a { background-color: rgb(128,51,32); }
div.DivClassName
{
background-color: #803320;
}
.BgClassName
{
background-color: #803320;
}
</style>
border-color css
<style>
span { border-color: #803320; }
span { border-color: rgb(128,51,32); }
td.TdClassName
{
border-color: #803320;
}
.TagClassName
{
border-color: #803320;
}
</style>