Shades of Shadow #857545
Tints of Shadow #857545
RGB
CMYK
RGB Variations
Color information
#857545 (or 0x857545) is known color: Shadow. HEX triplet: 85, 75 and 45. RGB value is (133,117,69). Sum of RGB (Red+Green+Blue) = 133+117+69=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #857545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857545 is #7A8ABA. Grayscale: #747474. Windows color (decimal): -8030907 or 4552069. OLE color: 4552069.
HSL color Cylindrical-coordinate representation of color #857545: hue angle of 45º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #857545 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 69 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.48 |
| HSL | 45º | 0.32% | 0.4% | - |
| HSV(B) | 45º | 0.48% | 0.52% | - |
| XYZ | 17.11 | 18.14 | 8.23 | - |
| YUV | 116.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 69 | 0 | 0.12 | 0.48 | 0.48 | 45 | 0.32 | 0.4 |
| Hex | 85 | 75 | 45 | 0 | C | 30 | 30 | 2D | 20 | 28 |
| Octal | 205 | 165 | 105 | 0 | 14 | 60 | 60 | 55 | 40 | 50 |
| Binary | 10000101 | 1110101 | 1000101 | 0 | 1100 | 110000 | 110000 | 101101 | 100000 | 101000 |
Color Harmonies of #857545
Complementary color
Monochromatic Colors of #857545
Black with #857545
Text Example
Text Example
White with #857545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857545; }
p { color: rgb(133,117,69); }
H1.HeaderClassName
{
color: #857545;
}
.AnyTagClassName
{
color: #857545;
}
</style>
background-color css
<style>
a { background-color: #857545; }
a { background-color: rgb(133,117,69); }
div.DivClassName
{
background-color: #857545;
}
.BgClassName
{
background-color: #857545;
}
</style>
border-color css
<style>
span { border-color: #857545; }
span { border-color: rgb(133,117,69); }
td.TdClassName
{
border-color: #857545;
}
.TagClassName
{
border-color: #857545;
}
</style>