Shades of Burnt Umber #852811
Tints of Burnt Umber #852811
RGB
CMYK
RGB Variations
Color information
#852811 (or 0x852811) is known color: Burnt Umber. HEX triplet: 85, 28 and 11. RGB value is (133,40,17). Sum of RGB (Red+Green+Blue) = 133+40+17=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852811 is #7AD7EE. Grayscale: #414141. Windows color (decimal): -8050671 or 1124485. OLE color: 1124485.
HSL color Cylindrical-coordinate representation of color #852811: hue angle of 11.9º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #852811 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 17 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.48 |
| HSL | 11.9º | 0.77% | 0.29% | - |
| HSV(B) | 11.9º | 0.87% | 0.52% | - |
| XYZ | 10.53 | 6.54 | 1.24 | - |
| YUV | 65.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 17 | 0 | 0.70 | 0.87 | 0.48 | 11.9 | 0.77 | 0.29 |
| Hex | 85 | 28 | 11 | 0 | 46 | 57 | 30 | C | 4D | 1D |
| Octal | 205 | 50 | 21 | 0 | 106 | 127 | 60 | 14 | 115 | 35 |
| Binary | 10000101 | 101000 | 10001 | 0 | 1000110 | 1010111 | 110000 | 1100 | 1001101 | 11101 |
Color Harmonies of #852811
Complementary color
Monochromatic Colors of #852811
Black with #852811
Text Example
Text Example
White with #852811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852811; }
p { color: rgb(133,40,17); }
H1.HeaderClassName
{
color: #852811;
}
.AnyTagClassName
{
color: #852811;
}
</style>
background-color css
<style>
a { background-color: #852811; }
a { background-color: rgb(133,40,17); }
div.DivClassName
{
background-color: #852811;
}
.BgClassName
{
background-color: #852811;
}
</style>
border-color css
<style>
span { border-color: #852811; }
span { border-color: rgb(133,40,17); }
td.TdClassName
{
border-color: #852811;
}
.TagClassName
{
border-color: #852811;
}
</style>