Shades of Burnt Umber #852E24
Tints of Burnt Umber #852E24
RGB
CMYK
RGB Variations
Color information
#852E24 (or 0x852E24) is known color: Burnt Umber. HEX triplet: 85, 2E and 24. RGB value is (133,46,36). Sum of RGB (Red+Green+Blue) = 133+46+36=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #852E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E24 is #7AD1DB. Grayscale: #464646. Windows color (decimal): -8049116 or 2371205. OLE color: 2371205.
HSL color Cylindrical-coordinate representation of color #852E24: hue angle of 6.19º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852E24 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 36 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.48 |
| HSL | 6.19º | 0.57% | 0.33% | - |
| HSV(B) | 6.19º | 0.73% | 0.52% | - |
| XYZ | 10.97 | 7.07 | 2.46 | - |
| YUV | 70.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 36 | 0 | 0.65 | 0.73 | 0.48 | 6.19 | 0.57 | 0.33 |
| Hex | 85 | 2E | 24 | 0 | 41 | 49 | 30 | 6 | 39 | 21 |
| Octal | 205 | 56 | 44 | 0 | 101 | 111 | 60 | 6 | 71 | 41 |
| Binary | 10000101 | 101110 | 100100 | 0 | 1000001 | 1001001 | 110000 | 110 | 111001 | 100001 |
Color Harmonies of #852E24
Complementary color
Monochromatic Colors of #852E24
Black with #852E24
Text Example
Text Example
White with #852E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E24; }
p { color: rgb(133,46,36); }
H1.HeaderClassName
{
color: #852E24;
}
.AnyTagClassName
{
color: #852E24;
}
</style>
background-color css
<style>
a { background-color: #852E24; }
a { background-color: rgb(133,46,36); }
div.DivClassName
{
background-color: #852E24;
}
.BgClassName
{
background-color: #852E24;
}
</style>
border-color css
<style>
span { border-color: #852E24; }
span { border-color: rgb(133,46,36); }
td.TdClassName
{
border-color: #852E24;
}
.TagClassName
{
border-color: #852E24;
}
</style>