Shades of Rose Taupe #895855
Tints of Rose Taupe #895855
RGB
CMYK
RGB Variations
Color information
#895855 (or 0x895855) is known color: Rose Taupe. HEX triplet: 89, 58 and 55. RGB value is (137,88,85). Sum of RGB (Red+Green+Blue) = 137+88+85=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #895855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895855 is #76A7AA. Grayscale: #666666. Windows color (decimal): -7776171 or 5593225. OLE color: 5593225.
HSL color Cylindrical-coordinate representation of color #895855: hue angle of 3.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895855 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 85 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.46 |
| HSL | 3.46º | 0.23% | 0.44% | - |
| HSV(B) | 3.46º | 0.38% | 0.54% | - |
| XYZ | 15.45 | 12.95 | 10.28 | - |
| YUV | 102.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 85 | 0 | 0.36 | 0.38 | 0.46 | 3.46 | 0.23 | 0.44 |
| Hex | 89 | 58 | 55 | 0 | 24 | 26 | 2E | 3 | 17 | 2C |
| Octal | 211 | 130 | 125 | 0 | 44 | 46 | 56 | 3 | 27 | 54 |
| Binary | 10001001 | 1011000 | 1010101 | 0 | 100100 | 100110 | 101110 | 11 | 10111 | 101100 |
Color Harmonies of #895855
Complementary color
Monochromatic Colors of #895855
Black with #895855
Text Example
Text Example
White with #895855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895855; }
p { color: rgb(137,88,85); }
H1.HeaderClassName
{
color: #895855;
}
.AnyTagClassName
{
color: #895855;
}
</style>
background-color css
<style>
a { background-color: #895855; }
a { background-color: rgb(137,88,85); }
div.DivClassName
{
background-color: #895855;
}
.BgClassName
{
background-color: #895855;
}
</style>
border-color css
<style>
span { border-color: #895855; }
span { border-color: rgb(137,88,85); }
td.TdClassName
{
border-color: #895855;
}
.TagClassName
{
border-color: #895855;
}
</style>