Shades of Burnt Umber #852D10
Tints of Burnt Umber #852D10
RGB
CMYK
RGB Variations
Color information
#852D10 (or 0x852D10) is known color: Burnt Umber. HEX triplet: 85, 2D and 10. RGB value is (133,45,16). Sum of RGB (Red+Green+Blue) = 133+45+16=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #852D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D10 is #7AD2EF. Grayscale: #444444. Windows color (decimal): -8049392 or 1060229. OLE color: 1060229.
HSL color Cylindrical-coordinate representation of color #852D10: hue angle of 14.87º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #852D10 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 16 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.48 |
| HSL | 14.87º | 0.79% | 0.29% | - |
| HSV(B) | 14.87º | 0.88% | 0.52% | - |
| XYZ | 10.7 | 6.9 | 1.26 | - |
| YUV | 68.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 16 | 0 | 0.66 | 0.88 | 0.48 | 14.87 | 0.79 | 0.29 |
| Hex | 85 | 2D | 10 | 0 | 42 | 58 | 30 | F | 4F | 1D |
| Octal | 205 | 55 | 20 | 0 | 102 | 130 | 60 | 17 | 117 | 35 |
| Binary | 10000101 | 101101 | 10000 | 0 | 1000010 | 1011000 | 110000 | 1111 | 1001111 | 11101 |
Color Harmonies of #852D10
Complementary color
Monochromatic Colors of #852D10
Black with #852D10
Text Example
Text Example
White with #852D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D10; }
p { color: rgb(133,45,16); }
H1.HeaderClassName
{
color: #852D10;
}
.AnyTagClassName
{
color: #852D10;
}
</style>
background-color css
<style>
a { background-color: #852D10; }
a { background-color: rgb(133,45,16); }
div.DivClassName
{
background-color: #852D10;
}
.BgClassName
{
background-color: #852D10;
}
</style>
border-color css
<style>
span { border-color: #852D10; }
span { border-color: rgb(133,45,16); }
td.TdClassName
{
border-color: #852D10;
}
.TagClassName
{
border-color: #852D10;
}
</style>