Shades of Shadow #856D4C
Tints of Shadow #856D4C
RGB
CMYK
RGB Variations
Color information
#856D4C (or 0x856D4C) is known color: Shadow. HEX triplet: 85, 6D and 4C. RGB value is (133,109,76). Sum of RGB (Red+Green+Blue) = 133+109+76=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #856D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D4C is #7A92B3. Grayscale: #707070. Windows color (decimal): -8032948 or 5008773. OLE color: 5008773.
HSL color Cylindrical-coordinate representation of color #856D4C: hue angle of 34.74º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #856D4C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 76 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.48 |
| HSL | 34.74º | 0.27% | 0.41% | - |
| HSV(B) | 34.74º | 0.43% | 0.52% | - |
| XYZ | 16.45 | 16.45 | 9.15 | - |
| YUV | 112.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 76 | 0 | 0.18 | 0.43 | 0.48 | 34.74 | 0.27 | 0.41 |
| Hex | 85 | 6D | 4C | 0 | 12 | 2B | 30 | 23 | 1B | 29 |
| Octal | 205 | 155 | 114 | 0 | 22 | 53 | 60 | 43 | 33 | 51 |
| Binary | 10000101 | 1101101 | 1001100 | 0 | 10010 | 101011 | 110000 | 100011 | 11011 | 101001 |
Color Harmonies of #856D4C
Complementary color
Monochromatic Colors of #856D4C
Black with #856D4C
Text Example
Text Example
White with #856D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D4C; }
p { color: rgb(133,109,76); }
H1.HeaderClassName
{
color: #856D4C;
}
.AnyTagClassName
{
color: #856D4C;
}
</style>
background-color css
<style>
a { background-color: #856D4C; }
a { background-color: rgb(133,109,76); }
div.DivClassName
{
background-color: #856D4C;
}
.BgClassName
{
background-color: #856D4C;
}
</style>
border-color css
<style>
span { border-color: #856D4C; }
span { border-color: rgb(133,109,76); }
td.TdClassName
{
border-color: #856D4C;
}
.TagClassName
{
border-color: #856D4C;
}
</style>