Shades of Burnt Umber #803525
Tints of Burnt Umber #803525
RGB
CMYK
RGB Variations
Color information
#803525 (or 0x803525) is known color: Burnt Umber. HEX triplet: 80, 35 and 25. RGB value is (128,53,37). Sum of RGB (Red+Green+Blue) = 128+53+37=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #803525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803525 is #7FCADA. Grayscale: #494949. Windows color (decimal): -8375003 or 2438528. OLE color: 2438528.
HSL color Cylindrical-coordinate representation of color #803525: hue angle of 10.55º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803525 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 37 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.50 |
| HSL | 10.55º | 0.55% | 0.32% | - |
| HSV(B) | 10.55º | 0.71% | 0.5% | - |
| XYZ | 10.51 | 7.27 | 2.6 | - |
| YUV | 73.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 37 | 0 | 0.59 | 0.71 | 0.50 | 10.55 | 0.55 | 0.32 |
| Hex | 80 | 35 | 25 | 0 | 3B | 47 | 32 | B | 37 | 20 |
| Octal | 200 | 65 | 45 | 0 | 73 | 107 | 62 | 13 | 67 | 40 |
| Binary | 10000000 | 110101 | 100101 | 0 | 111011 | 1000111 | 110010 | 1011 | 110111 | 100000 |
Color Harmonies of #803525
Complementary color
Monochromatic Colors of #803525
Black with #803525
Text Example
Text Example
White with #803525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803525; }
p { color: rgb(128,53,37); }
H1.HeaderClassName
{
color: #803525;
}
.AnyTagClassName
{
color: #803525;
}
</style>
background-color css
<style>
a { background-color: #803525; }
a { background-color: rgb(128,53,37); }
div.DivClassName
{
background-color: #803525;
}
.BgClassName
{
background-color: #803525;
}
</style>
border-color css
<style>
span { border-color: #803525; }
span { border-color: rgb(128,53,37); }
td.TdClassName
{
border-color: #803525;
}
.TagClassName
{
border-color: #803525;
}
</style>