Shades of Shadow #85754B
Tints of Shadow #85754B
RGB
CMYK
RGB Variations
Color information
#85754B (or 0x85754B) is known color: Shadow. HEX triplet: 85, 75 and 4B. RGB value is (133,117,75). Sum of RGB (Red+Green+Blue) = 133+117+75=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85754B is #7A8AB4. Grayscale: #757575. Windows color (decimal): -8030901 or 4945285. OLE color: 4945285.
HSL color Cylindrical-coordinate representation of color #85754B: hue angle of 43.45º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85754B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 75 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.48 |
| HSL | 43.45º | 0.28% | 0.41% | - |
| HSV(B) | 43.45º | 0.44% | 0.52% | - |
| XYZ | 17.3 | 18.22 | 9.26 | - |
| YUV | 117 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 75 | 0 | 0.12 | 0.44 | 0.48 | 43.45 | 0.28 | 0.41 |
| Hex | 85 | 75 | 4B | 0 | C | 2C | 30 | 2B | 1C | 29 |
| Octal | 205 | 165 | 113 | 0 | 14 | 54 | 60 | 53 | 34 | 51 |
| Binary | 10000101 | 1110101 | 1001011 | 0 | 1100 | 101100 | 110000 | 101011 | 11100 | 101001 |
Color Harmonies of #85754B
Complementary color
Monochromatic Colors of #85754B
Black with #85754B
Text Example
Text Example
White with #85754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85754B; }
p { color: rgb(133,117,75); }
H1.HeaderClassName
{
color: #85754B;
}
.AnyTagClassName
{
color: #85754B;
}
</style>
background-color css
<style>
a { background-color: #85754B; }
a { background-color: rgb(133,117,75); }
div.DivClassName
{
background-color: #85754B;
}
.BgClassName
{
background-color: #85754B;
}
</style>
border-color css
<style>
span { border-color: #85754B; }
span { border-color: rgb(133,117,75); }
td.TdClassName
{
border-color: #85754B;
}
.TagClassName
{
border-color: #85754B;
}
</style>