Shades of Burnt Umber #852F15
Tints of Burnt Umber #852F15
RGB
CMYK
RGB Variations
Color information
#852F15 (or 0x852F15) is known color: Burnt Umber. HEX triplet: 85, 2F and 15. RGB value is (133,47,21). Sum of RGB (Red+Green+Blue) = 133+47+21=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #852F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852F15 is #7AD0EA. Grayscale: #454545. Windows color (decimal): -8048875 or 1388421. OLE color: 1388421.
HSL color Cylindrical-coordinate representation of color #852F15: hue angle of 13.93º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #852F15 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 47 | 21 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.48 |
| HSL | 13.93º | 0.73% | 0.3% | - |
| HSV(B) | 13.93º | 0.84% | 0.52% | - |
| XYZ | 10.82 | 7.07 | 1.5 | - |
| YUV | 69.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 21 | 0 | 0.65 | 0.84 | 0.48 | 13.93 | 0.73 | 0.3 |
| Hex | 85 | 2F | 15 | 0 | 41 | 54 | 30 | E | 49 | 1E |
| Octal | 205 | 57 | 25 | 0 | 101 | 124 | 60 | 16 | 111 | 36 |
| Binary | 10000101 | 101111 | 10101 | 0 | 1000001 | 1010100 | 110000 | 1110 | 1001001 | 11110 |
Color Harmonies of #852F15
Complementary color
Monochromatic Colors of #852F15
Black with #852F15
Text Example
Text Example
White with #852F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F15; }
p { color: rgb(133,47,21); }
H1.HeaderClassName
{
color: #852F15;
}
.AnyTagClassName
{
color: #852F15;
}
</style>
background-color css
<style>
a { background-color: #852F15; }
a { background-color: rgb(133,47,21); }
div.DivClassName
{
background-color: #852F15;
}
.BgClassName
{
background-color: #852F15;
}
</style>
border-color css
<style>
span { border-color: #852F15; }
span { border-color: rgb(133,47,21); }
td.TdClassName
{
border-color: #852F15;
}
.TagClassName
{
border-color: #852F15;
}
</style>