Shades of Burnt Umber #803522
Tints of Burnt Umber #803522
RGB
CMYK
RGB Variations
Color information
#803522 (or 0x803522) is known color: Burnt Umber. HEX triplet: 80, 35 and 22. RGB value is (128,53,34). Sum of RGB (Red+Green+Blue) = 128+53+34=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #803522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803522 is #7FCADD. Grayscale: #494949. Windows color (decimal): -8375006 or 2241920. OLE color: 2241920.
HSL color Cylindrical-coordinate representation of color #803522: hue angle of 12.13º 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 #803522 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 34 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.50 |
| HSL | 12.13º | 0.58% | 0.32% | - |
| HSV(B) | 12.13º | 0.73% | 0.5% | - |
| XYZ | 10.46 | 7.25 | 2.36 | - |
| YUV | 73.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 34 | 0 | 0.59 | 0.73 | 0.50 | 12.13 | 0.58 | 0.32 |
| Hex | 80 | 35 | 22 | 0 | 3B | 49 | 32 | C | 3A | 20 |
| Octal | 200 | 65 | 42 | 0 | 73 | 111 | 62 | 14 | 72 | 40 |
| Binary | 10000000 | 110101 | 100010 | 0 | 111011 | 1001001 | 110010 | 1100 | 111010 | 100000 |
Color Harmonies of #803522
Complementary color
Monochromatic Colors of #803522
Black with #803522
Text Example
Text Example
White with #803522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803522; }
p { color: rgb(128,53,34); }
H1.HeaderClassName
{
color: #803522;
}
.AnyTagClassName
{
color: #803522;
}
</style>
background-color css
<style>
a { background-color: #803522; }
a { background-color: rgb(128,53,34); }
div.DivClassName
{
background-color: #803522;
}
.BgClassName
{
background-color: #803522;
}
</style>
border-color css
<style>
span { border-color: #803522; }
span { border-color: rgb(128,53,34); }
td.TdClassName
{
border-color: #803522;
}
.TagClassName
{
border-color: #803522;
}
</style>