Shades of Stonewall #85785B
Tints of Stonewall #85785B
RGB
CMYK
RGB Variations
Color information
#85785B (or 0x85785B) is known color: Stonewall. HEX triplet: 85, 78 and 5B. RGB value is (133,120,91). Sum of RGB (Red+Green+Blue) = 133+120+91=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85785B is #7A87A4. Grayscale: #787878. Windows color (decimal): -8030117 or 5994629. OLE color: 5994629.
HSL color Cylindrical-coordinate representation of color #85785B: hue angle of 41.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85785B is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 91 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.48 |
| HSL | 41.43º | 0.19% | 0.44% | - |
| HSV(B) | 41.43º | 0.32% | 0.52% | - |
| XYZ | 18.28 | 19.17 | 12.64 | - |
| YUV | 120.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 91 | 0 | 0.10 | 0.32 | 0.48 | 41.43 | 0.19 | 0.44 |
| Hex | 85 | 78 | 5B | 0 | A | 20 | 30 | 29 | 13 | 2C |
| Octal | 205 | 170 | 133 | 0 | 12 | 40 | 60 | 51 | 23 | 54 |
| Binary | 10000101 | 1111000 | 1011011 | 0 | 1010 | 100000 | 110000 | 101001 | 10011 | 101100 |
Color Harmonies of #85785B
Complementary color
Monochromatic Colors of #85785B
Black with #85785B
Text Example
Text Example
White with #85785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85785B; }
p { color: rgb(133,120,91); }
H1.HeaderClassName
{
color: #85785B;
}
.AnyTagClassName
{
color: #85785B;
}
</style>
background-color css
<style>
a { background-color: #85785B; }
a { background-color: rgb(133,120,91); }
div.DivClassName
{
background-color: #85785B;
}
.BgClassName
{
background-color: #85785B;
}
</style>
border-color css
<style>
span { border-color: #85785B; }
span { border-color: rgb(133,120,91); }
td.TdClassName
{
border-color: #85785B;
}
.TagClassName
{
border-color: #85785B;
}
</style>