Shades of Shadow #857654
Tints of Shadow #857654
RGB
CMYK
RGB Variations
Color information
#857654 (or 0x857654) is known color: Shadow. HEX triplet: 85, 76 and 54. RGB value is (133,118,84). Sum of RGB (Red+Green+Blue) = 133+118+84=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857654 is #7A89AB. Grayscale: #767676. Windows color (decimal): -8030636 or 5535365. OLE color: 5535365.
HSL color Cylindrical-coordinate representation of color #857654: hue angle of 41.63º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #857654 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 84 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.48 |
| HSL | 41.63º | 0.23% | 0.43% | - |
| HSV(B) | 41.63º | 0.37% | 0.52% | - |
| XYZ | 17.75 | 18.58 | 11.04 | - |
| YUV | 118.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 84 | 0 | 0.11 | 0.37 | 0.48 | 41.63 | 0.23 | 0.43 |
| Hex | 85 | 76 | 54 | 0 | B | 25 | 30 | 2A | 17 | 2B |
| Octal | 205 | 166 | 124 | 0 | 13 | 45 | 60 | 52 | 27 | 53 |
| Binary | 10000101 | 1110110 | 1010100 | 0 | 1011 | 100101 | 110000 | 101010 | 10111 | 101011 |
Color Harmonies of #857654
Complementary color
Monochromatic Colors of #857654
Black with #857654
Text Example
Text Example
White with #857654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857654; }
p { color: rgb(133,118,84); }
H1.HeaderClassName
{
color: #857654;
}
.AnyTagClassName
{
color: #857654;
}
</style>
background-color css
<style>
a { background-color: #857654; }
a { background-color: rgb(133,118,84); }
div.DivClassName
{
background-color: #857654;
}
.BgClassName
{
background-color: #857654;
}
</style>
border-color css
<style>
span { border-color: #857654; }
span { border-color: rgb(133,118,84); }
td.TdClassName
{
border-color: #857654;
}
.TagClassName
{
border-color: #857654;
}
</style>