Shades of Burnt Umber #852C0E
Tints of Burnt Umber #852C0E
RGB
CMYK
RGB Variations
Color information
#852C0E (or 0x852C0E) is known color: Burnt Umber. HEX triplet: 85, 2C and 0E. RGB value is (133,44,14). Sum of RGB (Red+Green+Blue) = 133+44+14=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #852C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C0E is #7AD3F1. Grayscale: #434343. Windows color (decimal): -8049650 or 928901. OLE color: 928901.
HSL color Cylindrical-coordinate representation of color #852C0E: hue angle of 15.13º degrees, saturation: 0.81, 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 #852C0E is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 14 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.48 |
| HSL | 15.13º | 0.81% | 0.29% | - |
| HSV(B) | 15.13º | 0.89% | 0.52% | - |
| XYZ | 10.65 | 6.82 | 1.17 | - |
| YUV | 67.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 14 | 0 | 0.67 | 0.89 | 0.48 | 15.13 | 0.81 | 0.29 |
| Hex | 85 | 2C | E | 0 | 43 | 59 | 30 | F | 51 | 1D |
| Octal | 205 | 54 | 16 | 0 | 103 | 131 | 60 | 17 | 121 | 35 |
| Binary | 10000101 | 101100 | 1110 | 0 | 1000011 | 1011001 | 110000 | 1111 | 1010001 | 11101 |
Color Harmonies of #852C0E
Complementary color
Monochromatic Colors of #852C0E
Black with #852C0E
Text Example
Text Example
White with #852C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C0E; }
p { color: rgb(133,44,14); }
H1.HeaderClassName
{
color: #852C0E;
}
.AnyTagClassName
{
color: #852C0E;
}
</style>
background-color css
<style>
a { background-color: #852C0E; }
a { background-color: rgb(133,44,14); }
div.DivClassName
{
background-color: #852C0E;
}
.BgClassName
{
background-color: #852C0E;
}
</style>
border-color css
<style>
span { border-color: #852C0E; }
span { border-color: rgb(133,44,14); }
td.TdClassName
{
border-color: #852C0E;
}
.TagClassName
{
border-color: #852C0E;
}
</style>