Shades of Shadow #85713E
Tints of Shadow #85713E
RGB
CMYK
RGB Variations
Color information
#85713E (or 0x85713E) is known color: Shadow. HEX triplet: 85, 71 and 3E. RGB value is (133,113,62). Sum of RGB (Red+Green+Blue) = 133+113+62=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85713E is #7A8EC1. Grayscale: #717171. Windows color (decimal): -8031938 or 4092293. OLE color: 4092293.
HSL color Cylindrical-coordinate representation of color #85713E: hue angle of 43.1º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85713E is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 113 | 62 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.48 |
| HSL | 43.1º | 0.36% | 0.38% | - |
| HSV(B) | 43.1º | 0.53% | 0.52% | - |
| XYZ | 16.45 | 17.14 | 7 | - |
| YUV | 113.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 62 | 0 | 0.15 | 0.53 | 0.48 | 43.1 | 0.36 | 0.38 |
| Hex | 85 | 71 | 3E | 0 | F | 35 | 30 | 2B | 24 | 26 |
| Octal | 205 | 161 | 76 | 0 | 17 | 65 | 60 | 53 | 44 | 46 |
| Binary | 10000101 | 1110001 | 111110 | 0 | 1111 | 110101 | 110000 | 101011 | 100100 | 100110 |
Color Harmonies of #85713E
Complementary color
Monochromatic Colors of #85713E
Black with #85713E
Text Example
Text Example
White with #85713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85713E; }
p { color: rgb(133,113,62); }
H1.HeaderClassName
{
color: #85713E;
}
.AnyTagClassName
{
color: #85713E;
}
</style>
background-color css
<style>
a { background-color: #85713E; }
a { background-color: rgb(133,113,62); }
div.DivClassName
{
background-color: #85713E;
}
.BgClassName
{
background-color: #85713E;
}
</style>
border-color css
<style>
span { border-color: #85713E; }
span { border-color: rgb(133,113,62); }
td.TdClassName
{
border-color: #85713E;
}
.TagClassName
{
border-color: #85713E;
}
</style>