Shades of Rose Taupe #895D56
Tints of Rose Taupe #895D56
RGB
CMYK
RGB Variations
Color information
#895D56 (or 0x895D56) is known color: Rose Taupe. HEX triplet: 89, 5D and 56. RGB value is (137,93,86). Sum of RGB (Red+Green+Blue) = 137+93+86=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #895D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D56 is #76A2A9. Grayscale: #696969. Windows color (decimal): -7774890 or 5660041. OLE color: 5660041.
HSL color Cylindrical-coordinate representation of color #895D56: hue angle of 8.24º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895D56 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 86 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.46 |
| HSL | 8.24º | 0.23% | 0.44% | - |
| HSV(B) | 8.24º | 0.37% | 0.54% | - |
| XYZ | 15.91 | 13.82 | 10.63 | - |
| YUV | 105.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 86 | 0 | 0.32 | 0.37 | 0.46 | 8.24 | 0.23 | 0.44 |
| Hex | 89 | 5D | 56 | 0 | 20 | 25 | 2E | 8 | 17 | 2C |
| Octal | 211 | 135 | 126 | 0 | 40 | 45 | 56 | 10 | 27 | 54 |
| Binary | 10001001 | 1011101 | 1010110 | 0 | 100000 | 100101 | 101110 | 1000 | 10111 | 101100 |
Color Harmonies of #895D56
Complementary color
Monochromatic Colors of #895D56
Black with #895D56
Text Example
Text Example
White with #895D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D56; }
p { color: rgb(137,93,86); }
H1.HeaderClassName
{
color: #895D56;
}
.AnyTagClassName
{
color: #895D56;
}
</style>
background-color css
<style>
a { background-color: #895D56; }
a { background-color: rgb(137,93,86); }
div.DivClassName
{
background-color: #895D56;
}
.BgClassName
{
background-color: #895D56;
}
</style>
border-color css
<style>
span { border-color: #895D56; }
span { border-color: rgb(137,93,86); }
td.TdClassName
{
border-color: #895D56;
}
.TagClassName
{
border-color: #895D56;
}
</style>