Shades of Burnt Umber #852D16
Tints of Burnt Umber #852D16
RGB
CMYK
RGB Variations
Color information
#852D16 (or 0x852D16) is known color: Burnt Umber. HEX triplet: 85, 2D and 16. RGB value is (133,45,22). Sum of RGB (Red+Green+Blue) = 133+45+22=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #852D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D16 is #7AD2E9. Grayscale: #444444. Windows color (decimal): -8049386 or 1453445. OLE color: 1453445.
HSL color Cylindrical-coordinate representation of color #852D16: hue angle of 12.43º 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 #852D16 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 22 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.48 |
| HSL | 12.43º | 0.72% | 0.3% | - |
| HSV(B) | 12.43º | 0.83% | 0.52% | - |
| XYZ | 10.76 | 6.92 | 1.53 | - |
| YUV | 68.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 22 | 0 | 0.66 | 0.83 | 0.48 | 12.43 | 0.72 | 0.3 |
| Hex | 85 | 2D | 16 | 0 | 42 | 53 | 30 | C | 48 | 1E |
| Octal | 205 | 55 | 26 | 0 | 102 | 123 | 60 | 14 | 110 | 36 |
| Binary | 10000101 | 101101 | 10110 | 0 | 1000010 | 1010011 | 110000 | 1100 | 1001000 | 11110 |
Color Harmonies of #852D16
Complementary color
Monochromatic Colors of #852D16
Black with #852D16
Text Example
Text Example
White with #852D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D16; }
p { color: rgb(133,45,22); }
H1.HeaderClassName
{
color: #852D16;
}
.AnyTagClassName
{
color: #852D16;
}
</style>
background-color css
<style>
a { background-color: #852D16; }
a { background-color: rgb(133,45,22); }
div.DivClassName
{
background-color: #852D16;
}
.BgClassName
{
background-color: #852D16;
}
</style>
border-color css
<style>
span { border-color: #852D16; }
span { border-color: rgb(133,45,22); }
td.TdClassName
{
border-color: #852D16;
}
.TagClassName
{
border-color: #852D16;
}
</style>