Shades of Burnt Umber #85331E
Tints of Burnt Umber #85331E
RGB
CMYK
RGB Variations
Color information
#85331E (or 0x85331E) is known color: Burnt Umber. HEX triplet: 85, 33 and 1E. RGB value is (133,51,30). Sum of RGB (Red+Green+Blue) = 133+51+30=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85331E is #7ACCE1. Grayscale: #494949. Windows color (decimal): -8047842 or 1979269. OLE color: 1979269.
HSL color Cylindrical-coordinate representation of color #85331E: hue angle of 12.23º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85331E is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 30 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.48 |
| HSL | 12.23º | 0.63% | 0.32% | - |
| HSV(B) | 12.23º | 0.77% | 0.52% | - |
| XYZ | 11.09 | 7.45 | 2.08 | - |
| YUV | 73.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 30 | 0 | 0.62 | 0.77 | 0.48 | 12.23 | 0.63 | 0.32 |
| Hex | 85 | 33 | 1E | 0 | 3E | 4D | 30 | C | 3F | 20 |
| Octal | 205 | 63 | 36 | 0 | 76 | 115 | 60 | 14 | 77 | 40 |
| Binary | 10000101 | 110011 | 11110 | 0 | 111110 | 1001101 | 110000 | 1100 | 111111 | 100000 |
Color Harmonies of #85331E
Complementary color
Monochromatic Colors of #85331E
Black with #85331E
Text Example
Text Example
White with #85331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85331E; }
p { color: rgb(133,51,30); }
H1.HeaderClassName
{
color: #85331E;
}
.AnyTagClassName
{
color: #85331E;
}
</style>
background-color css
<style>
a { background-color: #85331E; }
a { background-color: rgb(133,51,30); }
div.DivClassName
{
background-color: #85331E;
}
.BgClassName
{
background-color: #85331E;
}
</style>
border-color css
<style>
span { border-color: #85331E; }
span { border-color: rgb(133,51,30); }
td.TdClassName
{
border-color: #85331E;
}
.TagClassName
{
border-color: #85331E;
}
</style>