Shades of Burnt Umber #853525
Tints of Burnt Umber #853525
RGB
CMYK
RGB Variations
Color information
#853525 (or 0x853525) is known color: Burnt Umber. HEX triplet: 85, 35 and 25. RGB value is (133,53,37). Sum of RGB (Red+Green+Blue) = 133+53+37=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #853525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853525 is #7ACADA. Grayscale: #4B4B4B. Windows color (decimal): -8047323 or 2438533. OLE color: 2438533.
HSL color Cylindrical-coordinate representation of color #853525: hue angle of 10º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853525 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 37 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.48 |
| HSL | 10º | 0.56% | 0.33% | - |
| HSV(B) | 10º | 0.72% | 0.52% | - |
| XYZ | 11.28 | 7.67 | 2.64 | - |
| YUV | 75.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 37 | 0 | 0.60 | 0.72 | 0.48 | 10 | 0.56 | 0.33 |
| Hex | 85 | 35 | 25 | 0 | 3C | 48 | 30 | A | 38 | 21 |
| Octal | 205 | 65 | 45 | 0 | 74 | 110 | 60 | 12 | 70 | 41 |
| Binary | 10000101 | 110101 | 100101 | 0 | 111100 | 1001000 | 110000 | 1010 | 111000 | 100001 |
Color Harmonies of #853525
Complementary color
Monochromatic Colors of #853525
Black with #853525
Text Example
Text Example
White with #853525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853525; }
p { color: rgb(133,53,37); }
H1.HeaderClassName
{
color: #853525;
}
.AnyTagClassName
{
color: #853525;
}
</style>
background-color css
<style>
a { background-color: #853525; }
a { background-color: rgb(133,53,37); }
div.DivClassName
{
background-color: #853525;
}
.BgClassName
{
background-color: #853525;
}
</style>
border-color css
<style>
span { border-color: #853525; }
span { border-color: rgb(133,53,37); }
td.TdClassName
{
border-color: #853525;
}
.TagClassName
{
border-color: #853525;
}
</style>