Shades of Burnt Umber #852F0F
Tints of Burnt Umber #852F0F
RGB
CMYK
RGB Variations
Color information
#852F0F (or 0x852F0F) is known color: Burnt Umber. HEX triplet: 85, 2F and 0F. RGB value is (133,47,15). Sum of RGB (Red+Green+Blue) = 133+47+15=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #852F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852F0F is #7AD0F0. Grayscale: #454545. Windows color (decimal): -8048881 or 995205. OLE color: 995205.
HSL color Cylindrical-coordinate representation of color #852F0F: hue angle of 16.27º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #852F0F is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 47 | 15 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.48 |
| HSL | 16.27º | 0.8% | 0.29% | - |
| HSV(B) | 16.27º | 0.89% | 0.52% | - |
| XYZ | 10.78 | 7.05 | 1.25 | - |
| YUV | 69.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 15 | 0 | 0.65 | 0.89 | 0.48 | 16.27 | 0.8 | 0.29 |
| Hex | 85 | 2F | F | 0 | 41 | 59 | 30 | 10 | 50 | 1D |
| Octal | 205 | 57 | 17 | 0 | 101 | 131 | 60 | 20 | 120 | 35 |
| Binary | 10000101 | 101111 | 1111 | 0 | 1000001 | 1011001 | 110000 | 10000 | 1010000 | 11101 |
Color Harmonies of #852F0F
Complementary color
Monochromatic Colors of #852F0F
Black with #852F0F
Text Example
Text Example
White with #852F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F0F; }
p { color: rgb(133,47,15); }
H1.HeaderClassName
{
color: #852F0F;
}
.AnyTagClassName
{
color: #852F0F;
}
</style>
background-color css
<style>
a { background-color: #852F0F; }
a { background-color: rgb(133,47,15); }
div.DivClassName
{
background-color: #852F0F;
}
.BgClassName
{
background-color: #852F0F;
}
</style>
border-color css
<style>
span { border-color: #852F0F; }
span { border-color: rgb(133,47,15); }
td.TdClassName
{
border-color: #852F0F;
}
.TagClassName
{
border-color: #852F0F;
}
</style>