Shades of Burnt Umber #852A16
Tints of Burnt Umber #852A16
RGB
CMYK
RGB Variations
Color information
#852A16 (or 0x852A16) is known color: Burnt Umber. HEX triplet: 85, 2A and 16. RGB value is (133,42,22). Sum of RGB (Red+Green+Blue) = 133+42+22=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #852A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A16 is #7AD5E9. Grayscale: #434343. Windows color (decimal): -8050154 or 1452677. OLE color: 1452677.
HSL color Cylindrical-coordinate representation of color #852A16: hue angle of 10.81º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852A16 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 22 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.48 |
| HSL | 10.81º | 0.72% | 0.3% | - |
| HSV(B) | 10.81º | 0.83% | 0.52% | - |
| XYZ | 10.65 | 6.7 | 1.49 | - |
| YUV | 66.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 22 | 0 | 0.68 | 0.83 | 0.48 | 10.81 | 0.72 | 0.3 |
| Hex | 85 | 2A | 16 | 0 | 44 | 53 | 30 | B | 48 | 1E |
| Octal | 205 | 52 | 26 | 0 | 104 | 123 | 60 | 13 | 110 | 36 |
| Binary | 10000101 | 101010 | 10110 | 0 | 1000100 | 1010011 | 110000 | 1011 | 1001000 | 11110 |
Color Harmonies of #852A16
Complementary color
Monochromatic Colors of #852A16
Black with #852A16
Text Example
Text Example
White with #852A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A16; }
p { color: rgb(133,42,22); }
H1.HeaderClassName
{
color: #852A16;
}
.AnyTagClassName
{
color: #852A16;
}
</style>
background-color css
<style>
a { background-color: #852A16; }
a { background-color: rgb(133,42,22); }
div.DivClassName
{
background-color: #852A16;
}
.BgClassName
{
background-color: #852A16;
}
</style>
border-color css
<style>
span { border-color: #852A16; }
span { border-color: rgb(133,42,22); }
td.TdClassName
{
border-color: #852A16;
}
.TagClassName
{
border-color: #852A16;
}
</style>