Shades of Burnt Umber #852F27
Tints of Burnt Umber #852F27
RGB
CMYK
RGB Variations
Color information
#852F27 (or 0x852F27) is known color: Burnt Umber. HEX triplet: 85, 2F and 27. RGB value is (133,47,39). Sum of RGB (Red+Green+Blue) = 133+47+39=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #852F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F27 is #7AD0D8. Grayscale: #474747. Windows color (decimal): -8048857 or 2568069. OLE color: 2568069.
HSL color Cylindrical-coordinate representation of color #852F27: hue angle of 5.11º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852F27 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 47 | 39 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.48 |
| HSL | 5.11º | 0.55% | 0.34% | - |
| HSV(B) | 5.11º | 0.71% | 0.52% | - |
| XYZ | 11.06 | 7.17 | 2.72 | - |
| YUV | 71.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 39 | 0 | 0.65 | 0.71 | 0.48 | 5.11 | 0.55 | 0.34 |
| Hex | 85 | 2F | 27 | 0 | 41 | 47 | 30 | 5 | 37 | 22 |
| Octal | 205 | 57 | 47 | 0 | 101 | 107 | 60 | 5 | 67 | 42 |
| Binary | 10000101 | 101111 | 100111 | 0 | 1000001 | 1000111 | 110000 | 101 | 110111 | 100010 |
Color Harmonies of #852F27
Complementary color
Monochromatic Colors of #852F27
Black with #852F27
Text Example
Text Example
White with #852F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F27; }
p { color: rgb(133,47,39); }
H1.HeaderClassName
{
color: #852F27;
}
.AnyTagClassName
{
color: #852F27;
}
</style>
background-color css
<style>
a { background-color: #852F27; }
a { background-color: rgb(133,47,39); }
div.DivClassName
{
background-color: #852F27;
}
.BgClassName
{
background-color: #852F27;
}
</style>
border-color css
<style>
span { border-color: #852F27; }
span { border-color: rgb(133,47,39); }
td.TdClassName
{
border-color: #852F27;
}
.TagClassName
{
border-color: #852F27;
}
</style>