Shades of Shadow #856E40
Tints of Shadow #856E40
RGB
CMYK
RGB Variations
Color information
#856E40 (or 0x856E40) is known color: Shadow. HEX triplet: 85, 6E and 40. RGB value is (133,110,64). Sum of RGB (Red+Green+Blue) = 133+110+64=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #856E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E40 is #7A91BF. Grayscale: #6F6F6F. Windows color (decimal): -8032704 or 4222597. OLE color: 4222597.
HSL color Cylindrical-coordinate representation of color #856E40: hue angle of 40º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856E40 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 110 | 64 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.48 |
| HSL | 40º | 0.35% | 0.39% | - |
| HSV(B) | 40º | 0.52% | 0.52% | - |
| XYZ | 16.17 | 16.51 | 7.18 | - |
| YUV | 111.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 64 | 0 | 0.17 | 0.52 | 0.48 | 40 | 0.35 | 0.39 |
| Hex | 85 | 6E | 40 | 0 | 11 | 34 | 30 | 28 | 23 | 27 |
| Octal | 205 | 156 | 100 | 0 | 21 | 64 | 60 | 50 | 43 | 47 |
| Binary | 10000101 | 1101110 | 1000000 | 0 | 10001 | 110100 | 110000 | 101000 | 100011 | 100111 |
Color Harmonies of #856E40
Complementary color
Monochromatic Colors of #856E40
Black with #856E40
Text Example
Text Example
White with #856E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E40; }
p { color: rgb(133,110,64); }
H1.HeaderClassName
{
color: #856E40;
}
.AnyTagClassName
{
color: #856E40;
}
</style>
background-color css
<style>
a { background-color: #856E40; }
a { background-color: rgb(133,110,64); }
div.DivClassName
{
background-color: #856E40;
}
.BgClassName
{
background-color: #856E40;
}
</style>
border-color css
<style>
span { border-color: #856E40; }
span { border-color: rgb(133,110,64); }
td.TdClassName
{
border-color: #856E40;
}
.TagClassName
{
border-color: #856E40;
}
</style>