Shades of Shadow #856C4E
Tints of Shadow #856C4E
RGB
CMYK
RGB Variations
Color information
#856C4E (or 0x856C4E) is known color: Shadow. HEX triplet: 85, 6C and 4E. RGB value is (133,108,78). Sum of RGB (Red+Green+Blue) = 133+108+78=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #856C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C4E is #7A93B1. Grayscale: #707070. Windows color (decimal): -8033202 or 5139589. OLE color: 5139589.
HSL color Cylindrical-coordinate representation of color #856C4E: hue angle of 32.73º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #856C4E is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 78 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.48 |
| HSL | 32.73º | 0.26% | 0.41% | - |
| HSV(B) | 32.73º | 0.41% | 0.52% | - |
| XYZ | 16.41 | 16.26 | 9.48 | - |
| YUV | 112.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 78 | 0 | 0.19 | 0.41 | 0.48 | 32.73 | 0.26 | 0.41 |
| Hex | 85 | 6C | 4E | 0 | 13 | 29 | 30 | 21 | 1A | 29 |
| Octal | 205 | 154 | 116 | 0 | 23 | 51 | 60 | 41 | 32 | 51 |
| Binary | 10000101 | 1101100 | 1001110 | 0 | 10011 | 101001 | 110000 | 100001 | 11010 | 101001 |
Color Harmonies of #856C4E
Complementary color
Monochromatic Colors of #856C4E
Black with #856C4E
Text Example
Text Example
White with #856C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C4E; }
p { color: rgb(133,108,78); }
H1.HeaderClassName
{
color: #856C4E;
}
.AnyTagClassName
{
color: #856C4E;
}
</style>
background-color css
<style>
a { background-color: #856C4E; }
a { background-color: rgb(133,108,78); }
div.DivClassName
{
background-color: #856C4E;
}
.BgClassName
{
background-color: #856C4E;
}
</style>
border-color css
<style>
span { border-color: #856C4E; }
span { border-color: rgb(133,108,78); }
td.TdClassName
{
border-color: #856C4E;
}
.TagClassName
{
border-color: #856C4E;
}
</style>