Shades of Burnt Umber #852C21
Tints of Burnt Umber #852C21
RGB
CMYK
RGB Variations
Color information
#852C21 (or 0x852C21) is known color: Burnt Umber. HEX triplet: 85, 2C and 21. RGB value is (133,44,33). Sum of RGB (Red+Green+Blue) = 133+44+33=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #852C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C21 is #7AD3DE. Grayscale: #454545. Windows color (decimal): -8049631 or 2174085. OLE color: 2174085.
HSL color Cylindrical-coordinate representation of color #852C21: hue angle of 6.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852C21 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 33 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.48 |
| HSL | 6.6º | 0.6% | 0.33% | - |
| HSV(B) | 6.6º | 0.75% | 0.52% | - |
| XYZ | 10.85 | 6.9 | 2.2 | - |
| YUV | 69.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 33 | 0 | 0.67 | 0.75 | 0.48 | 6.6 | 0.6 | 0.33 |
| Hex | 85 | 2C | 21 | 0 | 43 | 4B | 30 | 7 | 3C | 21 |
| Octal | 205 | 54 | 41 | 0 | 103 | 113 | 60 | 7 | 74 | 41 |
| Binary | 10000101 | 101100 | 100001 | 0 | 1000011 | 1001011 | 110000 | 111 | 111100 | 100001 |
Color Harmonies of #852C21
Complementary color
Monochromatic Colors of #852C21
Black with #852C21
Text Example
Text Example
White with #852C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C21; }
p { color: rgb(133,44,33); }
H1.HeaderClassName
{
color: #852C21;
}
.AnyTagClassName
{
color: #852C21;
}
</style>
background-color css
<style>
a { background-color: #852C21; }
a { background-color: rgb(133,44,33); }
div.DivClassName
{
background-color: #852C21;
}
.BgClassName
{
background-color: #852C21;
}
</style>
border-color css
<style>
span { border-color: #852C21; }
span { border-color: rgb(133,44,33); }
td.TdClassName
{
border-color: #852C21;
}
.TagClassName
{
border-color: #852C21;
}
</style>