Shades of Rose Taupe #895C59
Tints of Rose Taupe #895C59
RGB
CMYK
RGB Variations
Color information
#895C59 (or 0x895C59) is known color: Rose Taupe. HEX triplet: 89, 5C and 59. RGB value is (137,92,89). Sum of RGB (Red+Green+Blue) = 137+92+89=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C59 is #76A3A6. Grayscale: #696969. Windows color (decimal): -7775143 or 5856393. OLE color: 5856393.
HSL color Cylindrical-coordinate representation of color #895C59: hue angle of 3.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895C59 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 92 | 89 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.46 |
| HSL | 3.75º | 0.21% | 0.44% | - |
| HSV(B) | 3.75º | 0.35% | 0.54% | - |
| XYZ | 15.95 | 13.69 | 11.25 | - |
| YUV | 105.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 89 | 0 | 0.33 | 0.35 | 0.46 | 3.75 | 0.21 | 0.44 |
| Hex | 89 | 5C | 59 | 0 | 21 | 23 | 2E | 4 | 15 | 2C |
| Octal | 211 | 134 | 131 | 0 | 41 | 43 | 56 | 4 | 25 | 54 |
| Binary | 10001001 | 1011100 | 1011001 | 0 | 100001 | 100011 | 101110 | 100 | 10101 | 101100 |
Color Harmonies of #895C59
Complementary color
Monochromatic Colors of #895C59
Black with #895C59
Text Example
Text Example
White with #895C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895C59; }
p { color: rgb(137,92,89); }
H1.HeaderClassName
{
color: #895C59;
}
.AnyTagClassName
{
color: #895C59;
}
</style>
background-color css
<style>
a { background-color: #895C59; }
a { background-color: rgb(137,92,89); }
div.DivClassName
{
background-color: #895C59;
}
.BgClassName
{
background-color: #895C59;
}
</style>
border-color css
<style>
span { border-color: #895C59; }
span { border-color: rgb(137,92,89); }
td.TdClassName
{
border-color: #895C59;
}
.TagClassName
{
border-color: #895C59;
}
</style>