Shades of Burnt Umber #852812
Tints of Burnt Umber #852812
RGB
CMYK
RGB Variations
Color information
#852812 (or 0x852812) is known color: Burnt Umber. HEX triplet: 85, 28 and 12. RGB value is (133,40,18). Sum of RGB (Red+Green+Blue) = 133+40+18=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #852812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852812 is #7AD7ED. Grayscale: #414141. Windows color (decimal): -8050670 or 1190021. OLE color: 1190021.
HSL color Cylindrical-coordinate representation of color #852812: hue angle of 11.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #852812 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 18 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.48 |
| HSL | 11.48º | 0.76% | 0.3% | - |
| HSV(B) | 11.48º | 0.86% | 0.52% | - |
| XYZ | 10.54 | 6.55 | 1.28 | - |
| YUV | 65.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 18 | 0 | 0.70 | 0.86 | 0.48 | 11.48 | 0.76 | 0.3 |
| Hex | 85 | 28 | 12 | 0 | 46 | 56 | 30 | B | 4C | 1E |
| Octal | 205 | 50 | 22 | 0 | 106 | 126 | 60 | 13 | 114 | 36 |
| Binary | 10000101 | 101000 | 10010 | 0 | 1000110 | 1010110 | 110000 | 1011 | 1001100 | 11110 |
Color Harmonies of #852812
Complementary color
Monochromatic Colors of #852812
Black with #852812
Text Example
Text Example
White with #852812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852812; }
p { color: rgb(133,40,18); }
H1.HeaderClassName
{
color: #852812;
}
.AnyTagClassName
{
color: #852812;
}
</style>
background-color css
<style>
a { background-color: #852812; }
a { background-color: rgb(133,40,18); }
div.DivClassName
{
background-color: #852812;
}
.BgClassName
{
background-color: #852812;
}
</style>
border-color css
<style>
span { border-color: #852812; }
span { border-color: rgb(133,40,18); }
td.TdClassName
{
border-color: #852812;
}
.TagClassName
{
border-color: #852812;
}
</style>