Shades of Rose Taupe #875C59
Tints of Rose Taupe #875C59
RGB
CMYK
RGB Variations
Color information
#875C59 (or 0x875C59) is known color: Rose Taupe. HEX triplet: 87, 5C and 59. RGB value is (135,92,89). Sum of RGB (Red+Green+Blue) = 135+92+89=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #875C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C59 is #78A3A6. Grayscale: #686868. Windows color (decimal): -7906215 or 5856391. OLE color: 5856391.
HSL color Cylindrical-coordinate representation of color #875C59: hue angle of 3.91º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875C59 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 89 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.47 |
| HSL | 3.91º | 0.21% | 0.44% | - |
| HSV(B) | 3.91º | 0.34% | 0.53% | - |
| XYZ | 15.62 | 13.53 | 11.24 | - |
| YUV | 104.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 89 | 0 | 0.32 | 0.34 | 0.47 | 3.91 | 0.21 | 0.44 |
| Hex | 87 | 5C | 59 | 0 | 20 | 22 | 2F | 4 | 15 | 2C |
| Octal | 207 | 134 | 131 | 0 | 40 | 42 | 57 | 4 | 25 | 54 |
| Binary | 10000111 | 1011100 | 1011001 | 0 | 100000 | 100010 | 101111 | 100 | 10101 | 101100 |
Color Harmonies of #875C59
Complementary color
Monochromatic Colors of #875C59
Black with #875C59
Text Example
Text Example
White with #875C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C59; }
p { color: rgb(135,92,89); }
H1.HeaderClassName
{
color: #875C59;
}
.AnyTagClassName
{
color: #875C59;
}
</style>
background-color css
<style>
a { background-color: #875C59; }
a { background-color: rgb(135,92,89); }
div.DivClassName
{
background-color: #875C59;
}
.BgClassName
{
background-color: #875C59;
}
</style>
border-color css
<style>
span { border-color: #875C59; }
span { border-color: rgb(135,92,89); }
td.TdClassName
{
border-color: #875C59;
}
.TagClassName
{
border-color: #875C59;
}
</style>