Shades of Shadow #857355
Tints of Shadow #857355
RGB
CMYK
RGB Variations
Color information
#857355 (or 0x857355) is known color: Shadow. HEX triplet: 85, 73 and 55. RGB value is (133,115,85). Sum of RGB (Red+Green+Blue) = 133+115+85=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857355 is #7A8CAA. Grayscale: #757575. Windows color (decimal): -8031403 or 5600133. OLE color: 5600133.
HSL color Cylindrical-coordinate representation of color #857355: hue angle of 37.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857355 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 115 | 85 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.48 |
| HSL | 37.5º | 0.22% | 0.43% | - |
| HSV(B) | 37.5º | 0.36% | 0.52% | - |
| XYZ | 17.44 | 17.9 | 11.13 | - |
| YUV | 116.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 85 | 0 | 0.14 | 0.36 | 0.48 | 37.5 | 0.22 | 0.43 |
| Hex | 85 | 73 | 55 | 0 | E | 24 | 30 | 26 | 16 | 2B |
| Octal | 205 | 163 | 125 | 0 | 16 | 44 | 60 | 46 | 26 | 53 |
| Binary | 10000101 | 1110011 | 1010101 | 0 | 1110 | 100100 | 110000 | 100110 | 10110 | 101011 |
Color Harmonies of #857355
Complementary color
Monochromatic Colors of #857355
Black with #857355
Text Example
Text Example
White with #857355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857355; }
p { color: rgb(133,115,85); }
H1.HeaderClassName
{
color: #857355;
}
.AnyTagClassName
{
color: #857355;
}
</style>
background-color css
<style>
a { background-color: #857355; }
a { background-color: rgb(133,115,85); }
div.DivClassName
{
background-color: #857355;
}
.BgClassName
{
background-color: #857355;
}
</style>
border-color css
<style>
span { border-color: #857355; }
span { border-color: rgb(133,115,85); }
td.TdClassName
{
border-color: #857355;
}
.TagClassName
{
border-color: #857355;
}
</style>