Shades of Shadow #856A49
Tints of Shadow #856A49
RGB
CMYK
RGB Variations
Color information
#856A49 (or 0x856A49) is known color: Shadow. HEX triplet: 85, 6A and 49. RGB value is (133,106,73). Sum of RGB (Red+Green+Blue) = 133+106+73=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #856A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A49 is #7A95B6. Grayscale: #6E6E6E. Windows color (decimal): -8033719 or 4811397. OLE color: 4811397.
HSL color Cylindrical-coordinate representation of color #856A49: hue angle of 33º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #856A49 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 106 | 73 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.48 |
| HSL | 33º | 0.29% | 0.4% | - |
| HSV(B) | 33º | 0.45% | 0.52% | - |
| XYZ | 16.03 | 15.78 | 8.5 | - |
| YUV | 110.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 73 | 0 | 0.20 | 0.45 | 0.48 | 33 | 0.29 | 0.4 |
| Hex | 85 | 6A | 49 | 0 | 14 | 2D | 30 | 21 | 1D | 28 |
| Octal | 205 | 152 | 111 | 0 | 24 | 55 | 60 | 41 | 35 | 50 |
| Binary | 10000101 | 1101010 | 1001001 | 0 | 10100 | 101101 | 110000 | 100001 | 11101 | 101000 |
Color Harmonies of #856A49
Complementary color
Monochromatic Colors of #856A49
Black with #856A49
Text Example
Text Example
White with #856A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856A49; }
p { color: rgb(133,106,73); }
H1.HeaderClassName
{
color: #856A49;
}
.AnyTagClassName
{
color: #856A49;
}
</style>
background-color css
<style>
a { background-color: #856A49; }
a { background-color: rgb(133,106,73); }
div.DivClassName
{
background-color: #856A49;
}
.BgClassName
{
background-color: #856A49;
}
</style>
border-color css
<style>
span { border-color: #856A49; }
span { border-color: rgb(133,106,73); }
td.TdClassName
{
border-color: #856A49;
}
.TagClassName
{
border-color: #856A49;
}
</style>