Shades of Shadow #857652
Tints of Shadow #857652
RGB
CMYK
RGB Variations
Color information
#857652 (or 0x857652) is known color: Shadow. HEX triplet: 85, 76 and 52. RGB value is (133,118,82). Sum of RGB (Red+Green+Blue) = 133+118+82=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857652 is #7A89AD. Grayscale: #767676. Windows color (decimal): -8030638 or 5404293. OLE color: 5404293.
HSL color Cylindrical-coordinate representation of color #857652: hue angle of 42.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857652 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 82 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.48 |
| HSL | 42.35º | 0.24% | 0.42% | - |
| HSV(B) | 42.35º | 0.38% | 0.52% | - |
| XYZ | 17.67 | 18.55 | 10.63 | - |
| YUV | 118.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 82 | 0 | 0.11 | 0.38 | 0.48 | 42.35 | 0.24 | 0.42 |
| Hex | 85 | 76 | 52 | 0 | B | 26 | 30 | 2A | 18 | 2A |
| Octal | 205 | 166 | 122 | 0 | 13 | 46 | 60 | 52 | 30 | 52 |
| Binary | 10000101 | 1110110 | 1010010 | 0 | 1011 | 100110 | 110000 | 101010 | 11000 | 101010 |
Color Harmonies of #857652
Complementary color
Monochromatic Colors of #857652
Black with #857652
Text Example
Text Example
White with #857652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857652; }
p { color: rgb(133,118,82); }
H1.HeaderClassName
{
color: #857652;
}
.AnyTagClassName
{
color: #857652;
}
</style>
background-color css
<style>
a { background-color: #857652; }
a { background-color: rgb(133,118,82); }
div.DivClassName
{
background-color: #857652;
}
.BgClassName
{
background-color: #857652;
}
</style>
border-color css
<style>
span { border-color: #857652; }
span { border-color: rgb(133,118,82); }
td.TdClassName
{
border-color: #857652;
}
.TagClassName
{
border-color: #857652;
}
</style>