Shades of Rose Taupe #895D57
Tints of Rose Taupe #895D57
RGB
CMYK
RGB Variations
Color information
#895D57 (or 0x895D57) is known color: Rose Taupe. HEX triplet: 89, 5D and 57. RGB value is (137,93,87). Sum of RGB (Red+Green+Blue) = 137+93+87=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #895D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D57 is #76A2A8. Grayscale: #696969. Windows color (decimal): -7774889 or 5725577. OLE color: 5725577.
HSL color Cylindrical-coordinate representation of color #895D57: hue angle of 7.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895D57 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 87 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.46 |
| HSL | 7.2º | 0.22% | 0.44% | - |
| HSV(B) | 7.2º | 0.36% | 0.54% | - |
| XYZ | 15.95 | 13.84 | 10.85 | - |
| YUV | 105.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 87 | 0 | 0.32 | 0.36 | 0.46 | 7.2 | 0.22 | 0.44 |
| Hex | 89 | 5D | 57 | 0 | 20 | 24 | 2E | 7 | 16 | 2C |
| Octal | 211 | 135 | 127 | 0 | 40 | 44 | 56 | 7 | 26 | 54 |
| Binary | 10001001 | 1011101 | 1010111 | 0 | 100000 | 100100 | 101110 | 111 | 10110 | 101100 |
Color Harmonies of #895D57
Complementary color
Monochromatic Colors of #895D57
Black with #895D57
Text Example
Text Example
White with #895D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D57; }
p { color: rgb(137,93,87); }
H1.HeaderClassName
{
color: #895D57;
}
.AnyTagClassName
{
color: #895D57;
}
</style>
background-color css
<style>
a { background-color: #895D57; }
a { background-color: rgb(137,93,87); }
div.DivClassName
{
background-color: #895D57;
}
.BgClassName
{
background-color: #895D57;
}
</style>
border-color css
<style>
span { border-color: #895D57; }
span { border-color: rgb(137,93,87); }
td.TdClassName
{
border-color: #895D57;
}
.TagClassName
{
border-color: #895D57;
}
</style>