Shades of Burnt Umber #852715
Tints of Burnt Umber #852715
RGB
CMYK
RGB Variations
Color information
#852715 (or 0x852715) is known color: Burnt Umber. HEX triplet: 85, 27 and 15. RGB value is (133,39,21). Sum of RGB (Red+Green+Blue) = 133+39+21=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #852715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852715 is #7AD8EA. Grayscale: #414141. Windows color (decimal): -8050923 or 1386373. OLE color: 1386373.
HSL color Cylindrical-coordinate representation of color #852715: hue angle of 9.64º 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 #852715 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 21 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.48 |
| HSL | 9.64º | 0.73% | 0.3% | - |
| HSV(B) | 9.64º | 0.84% | 0.52% | - |
| XYZ | 10.53 | 6.49 | 1.41 | - |
| YUV | 65.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 21 | 0 | 0.71 | 0.84 | 0.48 | 9.64 | 0.73 | 0.3 |
| Hex | 85 | 27 | 15 | 0 | 47 | 54 | 30 | A | 49 | 1E |
| Octal | 205 | 47 | 25 | 0 | 107 | 124 | 60 | 12 | 111 | 36 |
| Binary | 10000101 | 100111 | 10101 | 0 | 1000111 | 1010100 | 110000 | 1010 | 1001001 | 11110 |
Color Harmonies of #852715
Complementary color
Monochromatic Colors of #852715
Black with #852715
Text Example
Text Example
White with #852715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852715; }
p { color: rgb(133,39,21); }
H1.HeaderClassName
{
color: #852715;
}
.AnyTagClassName
{
color: #852715;
}
</style>
background-color css
<style>
a { background-color: #852715; }
a { background-color: rgb(133,39,21); }
div.DivClassName
{
background-color: #852715;
}
.BgClassName
{
background-color: #852715;
}
</style>
border-color css
<style>
span { border-color: #852715; }
span { border-color: rgb(133,39,21); }
td.TdClassName
{
border-color: #852715;
}
.TagClassName
{
border-color: #852715;
}
</style>