Shades of Burnt Umber #85351B
Tints of Burnt Umber #85351B
RGB
CMYK
RGB Variations
Color information
#85351B (or 0x85351B) is known color: Burnt Umber. HEX triplet: 85, 35 and 1B. RGB value is (133,53,27). Sum of RGB (Red+Green+Blue) = 133+53+27=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85351B is #7ACAE4. Grayscale: #4A4A4A. Windows color (decimal): -8047333 or 1783173. OLE color: 1783173.
HSL color Cylindrical-coordinate representation of color #85351B: hue angle of 14.72º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85351B is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 27 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.48 |
| HSL | 14.72º | 0.66% | 0.31% | - |
| HSV(B) | 14.72º | 0.8% | 0.52% | - |
| XYZ | 11.14 | 7.61 | 1.92 | - |
| YUV | 73.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 27 | 0 | 0.60 | 0.80 | 0.48 | 14.72 | 0.66 | 0.31 |
| Hex | 85 | 35 | 1B | 0 | 3C | 50 | 30 | F | 42 | 1F |
| Octal | 205 | 65 | 33 | 0 | 74 | 120 | 60 | 17 | 102 | 37 |
| Binary | 10000101 | 110101 | 11011 | 0 | 111100 | 1010000 | 110000 | 1111 | 1000010 | 11111 |
Color Harmonies of #85351B
Complementary color
Monochromatic Colors of #85351B
Black with #85351B
Text Example
Text Example
White with #85351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85351B; }
p { color: rgb(133,53,27); }
H1.HeaderClassName
{
color: #85351B;
}
.AnyTagClassName
{
color: #85351B;
}
</style>
background-color css
<style>
a { background-color: #85351B; }
a { background-color: rgb(133,53,27); }
div.DivClassName
{
background-color: #85351B;
}
.BgClassName
{
background-color: #85351B;
}
</style>
border-color css
<style>
span { border-color: #85351B; }
span { border-color: rgb(133,53,27); }
td.TdClassName
{
border-color: #85351B;
}
.TagClassName
{
border-color: #85351B;
}
</style>