Shades of Shadow #85754D
Tints of Shadow #85754D
RGB
CMYK
RGB Variations
Color information
#85754D (or 0x85754D) is known color: Shadow. HEX triplet: 85, 75 and 4D. RGB value is (133,117,77). Sum of RGB (Red+Green+Blue) = 133+117+77=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85754D is #7A8AB2. Grayscale: #757575. Windows color (decimal): -8030899 or 5076357. OLE color: 5076357.
HSL color Cylindrical-coordinate representation of color #85754D: hue angle of 42.86º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85754D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 77 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.48 |
| HSL | 42.86º | 0.27% | 0.41% | - |
| HSV(B) | 42.86º | 0.42% | 0.52% | - |
| XYZ | 17.37 | 18.24 | 9.63 | - |
| YUV | 117.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 77 | 0 | 0.12 | 0.42 | 0.48 | 42.86 | 0.27 | 0.41 |
| Hex | 85 | 75 | 4D | 0 | C | 2A | 30 | 2B | 1B | 29 |
| Octal | 205 | 165 | 115 | 0 | 14 | 52 | 60 | 53 | 33 | 51 |
| Binary | 10000101 | 1110101 | 1001101 | 0 | 1100 | 101010 | 110000 | 101011 | 11011 | 101001 |
Color Harmonies of #85754D
Complementary color
Monochromatic Colors of #85754D
Black with #85754D
Text Example
Text Example
White with #85754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85754D; }
p { color: rgb(133,117,77); }
H1.HeaderClassName
{
color: #85754D;
}
.AnyTagClassName
{
color: #85754D;
}
</style>
background-color css
<style>
a { background-color: #85754D; }
a { background-color: rgb(133,117,77); }
div.DivClassName
{
background-color: #85754D;
}
.BgClassName
{
background-color: #85754D;
}
</style>
border-color css
<style>
span { border-color: #85754D; }
span { border-color: rgb(133,117,77); }
td.TdClassName
{
border-color: #85754D;
}
.TagClassName
{
border-color: #85754D;
}
</style>