Shades of Burnt Umber #852C24
Tints of Burnt Umber #852C24
RGB
CMYK
RGB Variations
Color information
#852C24 (or 0x852C24) is known color: Burnt Umber. HEX triplet: 85, 2C and 24. RGB value is (133,44,36). Sum of RGB (Red+Green+Blue) = 133+44+36=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #852C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C24 is #7AD3DB. Grayscale: #454545. Windows color (decimal): -8049628 or 2370693. OLE color: 2370693.
HSL color Cylindrical-coordinate representation of color #852C24: hue angle of 4.95º 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 #852C24 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 36 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.48 |
| HSL | 4.95º | 0.57% | 0.33% | - |
| HSV(B) | 4.95º | 0.73% | 0.52% | - |
| XYZ | 10.89 | 6.92 | 2.43 | - |
| YUV | 69.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 36 | 0 | 0.67 | 0.73 | 0.48 | 4.95 | 0.57 | 0.33 |
| Hex | 85 | 2C | 24 | 0 | 43 | 49 | 30 | 5 | 39 | 21 |
| Octal | 205 | 54 | 44 | 0 | 103 | 111 | 60 | 5 | 71 | 41 |
| Binary | 10000101 | 101100 | 100100 | 0 | 1000011 | 1001001 | 110000 | 101 | 111001 | 100001 |
Color Harmonies of #852C24
Complementary color
Monochromatic Colors of #852C24
Black with #852C24
Text Example
Text Example
White with #852C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C24; }
p { color: rgb(133,44,36); }
H1.HeaderClassName
{
color: #852C24;
}
.AnyTagClassName
{
color: #852C24;
}
</style>
background-color css
<style>
a { background-color: #852C24; }
a { background-color: rgb(133,44,36); }
div.DivClassName
{
background-color: #852C24;
}
.BgClassName
{
background-color: #852C24;
}
</style>
border-color css
<style>
span { border-color: #852C24; }
span { border-color: rgb(133,44,36); }
td.TdClassName
{
border-color: #852C24;
}
.TagClassName
{
border-color: #852C24;
}
</style>