Shades of Rose Taupe #895755
Tints of Rose Taupe #895755
RGB
CMYK
RGB Variations
Color information
#895755 (or 0x895755) is known color: Rose Taupe. HEX triplet: 89, 57 and 55. RGB value is (137,87,85). Sum of RGB (Red+Green+Blue) = 137+87+85=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #895755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895755 is #76A8AA. Grayscale: #656565. Windows color (decimal): -7776427 or 5592969. OLE color: 5592969.
HSL color Cylindrical-coordinate representation of color #895755: hue angle of 2.31º 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 #895755 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 87 | 85 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.46 |
| HSL | 2.31º | 0.23% | 0.44% | - |
| HSV(B) | 2.31º | 0.38% | 0.54% | - |
| XYZ | 15.36 | 12.79 | 10.25 | - |
| YUV | 101.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 85 | 0 | 0.36 | 0.38 | 0.46 | 2.31 | 0.23 | 0.44 |
| Hex | 89 | 57 | 55 | 0 | 24 | 26 | 2E | 2 | 17 | 2C |
| Octal | 211 | 127 | 125 | 0 | 44 | 46 | 56 | 2 | 27 | 54 |
| Binary | 10001001 | 1010111 | 1010101 | 0 | 100100 | 100110 | 101110 | 10 | 10111 | 101100 |
Color Harmonies of #895755
Complementary color
Monochromatic Colors of #895755
Black with #895755
Text Example
Text Example
White with #895755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895755; }
p { color: rgb(137,87,85); }
H1.HeaderClassName
{
color: #895755;
}
.AnyTagClassName
{
color: #895755;
}
</style>
background-color css
<style>
a { background-color: #895755; }
a { background-color: rgb(137,87,85); }
div.DivClassName
{
background-color: #895755;
}
.BgClassName
{
background-color: #895755;
}
</style>
border-color css
<style>
span { border-color: #895755; }
span { border-color: rgb(137,87,85); }
td.TdClassName
{
border-color: #895755;
}
.TagClassName
{
border-color: #895755;
}
</style>