Shades of Burnt Umber #803528
Tints of Burnt Umber #803528
RGB
CMYK
RGB Variations
Color information
#803528 (or 0x803528) is known color: Burnt Umber. HEX triplet: 80, 35 and 28. RGB value is (128,53,40). Sum of RGB (Red+Green+Blue) = 128+53+40=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #803528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803528 is #7FCAD7. Grayscale: #4A4A4A. Windows color (decimal): -8375000 or 2635136. OLE color: 2635136.
HSL color Cylindrical-coordinate representation of color #803528: hue angle of 8.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803528 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 40 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.50 |
| HSL | 8.86º | 0.52% | 0.33% | - |
| HSV(B) | 8.86º | 0.69% | 0.5% | - |
| XYZ | 10.56 | 7.29 | 2.86 | - |
| YUV | 73.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 40 | 0 | 0.59 | 0.69 | 0.50 | 8.86 | 0.52 | 0.33 |
| Hex | 80 | 35 | 28 | 0 | 3B | 45 | 32 | 9 | 34 | 21 |
| Octal | 200 | 65 | 50 | 0 | 73 | 105 | 62 | 11 | 64 | 41 |
| Binary | 10000000 | 110101 | 101000 | 0 | 111011 | 1000101 | 110010 | 1001 | 110100 | 100001 |
Color Harmonies of #803528
Complementary color
Monochromatic Colors of #803528
Black with #803528
Text Example
Text Example
White with #803528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803528; }
p { color: rgb(128,53,40); }
H1.HeaderClassName
{
color: #803528;
}
.AnyTagClassName
{
color: #803528;
}
</style>
background-color css
<style>
a { background-color: #803528; }
a { background-color: rgb(128,53,40); }
div.DivClassName
{
background-color: #803528;
}
.BgClassName
{
background-color: #803528;
}
</style>
border-color css
<style>
span { border-color: #803528; }
span { border-color: rgb(128,53,40); }
td.TdClassName
{
border-color: #803528;
}
.TagClassName
{
border-color: #803528;
}
</style>