Shades of Burnt Umber #852813
Tints of Burnt Umber #852813
RGB
CMYK
RGB Variations
Color information
#852813 (or 0x852813) is known color: Burnt Umber. HEX triplet: 85, 28 and 13. RGB value is (133,40,19). Sum of RGB (Red+Green+Blue) = 133+40+19=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #852813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852813 is #7AD7EC. Grayscale: #414141. Windows color (decimal): -8050669 or 1255557. OLE color: 1255557.
HSL color Cylindrical-coordinate representation of color #852813: hue angle of 11.05º degrees, saturation: 0.75, 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 #852813 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 19 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.48 |
| HSL | 11.05º | 0.75% | 0.3% | - |
| HSV(B) | 11.05º | 0.86% | 0.52% | - |
| XYZ | 10.55 | 6.55 | 1.32 | - |
| YUV | 65.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 19 | 0 | 0.70 | 0.86 | 0.48 | 11.05 | 0.75 | 0.3 |
| Hex | 85 | 28 | 13 | 0 | 46 | 56 | 30 | B | 4B | 1E |
| Octal | 205 | 50 | 23 | 0 | 106 | 126 | 60 | 13 | 113 | 36 |
| Binary | 10000101 | 101000 | 10011 | 0 | 1000110 | 1010110 | 110000 | 1011 | 1001011 | 11110 |
Color Harmonies of #852813
Complementary color
Monochromatic Colors of #852813
Black with #852813
Text Example
Text Example
White with #852813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852813; }
p { color: rgb(133,40,19); }
H1.HeaderClassName
{
color: #852813;
}
.AnyTagClassName
{
color: #852813;
}
</style>
background-color css
<style>
a { background-color: #852813; }
a { background-color: rgb(133,40,19); }
div.DivClassName
{
background-color: #852813;
}
.BgClassName
{
background-color: #852813;
}
</style>
border-color css
<style>
span { border-color: #852813; }
span { border-color: rgb(133,40,19); }
td.TdClassName
{
border-color: #852813;
}
.TagClassName
{
border-color: #852813;
}
</style>