Shades of Burnt Umber #852C15
Tints of Burnt Umber #852C15
RGB
CMYK
RGB Variations
Color information
#852C15 (or 0x852C15) is known color: Burnt Umber. HEX triplet: 85, 2C and 15. RGB value is (133,44,21). Sum of RGB (Red+Green+Blue) = 133+44+21=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #852C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C15 is #7AD3EA. Grayscale: #444444. Windows color (decimal): -8049643 or 1387653. OLE color: 1387653.
HSL color Cylindrical-coordinate representation of color #852C15: hue angle of 12.32º 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 #852C15 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 21 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.48 |
| HSL | 12.32º | 0.73% | 0.3% | - |
| HSV(B) | 12.32º | 0.84% | 0.52% | - |
| XYZ | 10.71 | 6.84 | 1.47 | - |
| YUV | 67.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 21 | 0 | 0.67 | 0.84 | 0.48 | 12.32 | 0.73 | 0.3 |
| Hex | 85 | 2C | 15 | 0 | 43 | 54 | 30 | C | 49 | 1E |
| Octal | 205 | 54 | 25 | 0 | 103 | 124 | 60 | 14 | 111 | 36 |
| Binary | 10000101 | 101100 | 10101 | 0 | 1000011 | 1010100 | 110000 | 1100 | 1001001 | 11110 |
Color Harmonies of #852C15
Complementary color
Monochromatic Colors of #852C15
Black with #852C15
Text Example
Text Example
White with #852C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C15; }
p { color: rgb(133,44,21); }
H1.HeaderClassName
{
color: #852C15;
}
.AnyTagClassName
{
color: #852C15;
}
</style>
background-color css
<style>
a { background-color: #852C15; }
a { background-color: rgb(133,44,21); }
div.DivClassName
{
background-color: #852C15;
}
.BgClassName
{
background-color: #852C15;
}
</style>
border-color css
<style>
span { border-color: #852C15; }
span { border-color: rgb(133,44,21); }
td.TdClassName
{
border-color: #852C15;
}
.TagClassName
{
border-color: #852C15;
}
</style>