Shades of Shadow #856D50
Tints of Shadow #856D50
RGB
CMYK
RGB Variations
Color information
#856D50 (or 0x856D50) is known color: Shadow. HEX triplet: 85, 6D and 50. RGB value is (133,109,80). Sum of RGB (Red+Green+Blue) = 133+109+80=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #856D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D50 is #7A92AF. Grayscale: #717171. Windows color (decimal): -8032944 or 5270917. OLE color: 5270917.
HSL color Cylindrical-coordinate representation of color #856D50: hue angle of 32.83º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #856D50 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 80 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.48 |
| HSL | 32.83º | 0.25% | 0.42% | - |
| HSV(B) | 32.83º | 0.4% | 0.52% | - |
| XYZ | 16.59 | 16.5 | 9.9 | - |
| YUV | 112.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 80 | 0 | 0.18 | 0.40 | 0.48 | 32.83 | 0.25 | 0.42 |
| Hex | 85 | 6D | 50 | 0 | 12 | 28 | 30 | 21 | 19 | 2A |
| Octal | 205 | 155 | 120 | 0 | 22 | 50 | 60 | 41 | 31 | 52 |
| Binary | 10000101 | 1101101 | 1010000 | 0 | 10010 | 101000 | 110000 | 100001 | 11001 | 101010 |
Color Harmonies of #856D50
Complementary color
Monochromatic Colors of #856D50
Black with #856D50
Text Example
Text Example
White with #856D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D50; }
p { color: rgb(133,109,80); }
H1.HeaderClassName
{
color: #856D50;
}
.AnyTagClassName
{
color: #856D50;
}
</style>
background-color css
<style>
a { background-color: #856D50; }
a { background-color: rgb(133,109,80); }
div.DivClassName
{
background-color: #856D50;
}
.BgClassName
{
background-color: #856D50;
}
</style>
border-color css
<style>
span { border-color: #856D50; }
span { border-color: rgb(133,109,80); }
td.TdClassName
{
border-color: #856D50;
}
.TagClassName
{
border-color: #856D50;
}
</style>