Shades of Shadow #856F4D
Tints of Shadow #856F4D
RGB
CMYK
RGB Variations
Color information
#856F4D (or 0x856F4D) is known color: Shadow. HEX triplet: 85, 6F and 4D. RGB value is (133,111,77). Sum of RGB (Red+Green+Blue) = 133+111+77=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #856F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F4D is #7A90B2. Grayscale: #717171. Windows color (decimal): -8032435 or 5074821. OLE color: 5074821.
HSL color Cylindrical-coordinate representation of color #856F4D: hue angle of 36.43º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #856F4D is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 77 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.48 |
| HSL | 36.43º | 0.27% | 0.41% | - |
| HSV(B) | 36.43º | 0.42% | 0.52% | - |
| XYZ | 16.7 | 16.89 | 9.4 | - |
| YUV | 113.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 77 | 0 | 0.17 | 0.42 | 0.48 | 36.43 | 0.27 | 0.41 |
| Hex | 85 | 6F | 4D | 0 | 11 | 2A | 30 | 24 | 1B | 29 |
| Octal | 205 | 157 | 115 | 0 | 21 | 52 | 60 | 44 | 33 | 51 |
| Binary | 10000101 | 1101111 | 1001101 | 0 | 10001 | 101010 | 110000 | 100100 | 11011 | 101001 |
Color Harmonies of #856F4D
Complementary color
Monochromatic Colors of #856F4D
Black with #856F4D
Text Example
Text Example
White with #856F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F4D; }
p { color: rgb(133,111,77); }
H1.HeaderClassName
{
color: #856F4D;
}
.AnyTagClassName
{
color: #856F4D;
}
</style>
background-color css
<style>
a { background-color: #856F4D; }
a { background-color: rgb(133,111,77); }
div.DivClassName
{
background-color: #856F4D;
}
.BgClassName
{
background-color: #856F4D;
}
</style>
border-color css
<style>
span { border-color: #856F4D; }
span { border-color: rgb(133,111,77); }
td.TdClassName
{
border-color: #856F4D;
}
.TagClassName
{
border-color: #856F4D;
}
</style>