Shades of Rose Taupe #885E5C
Tints of Rose Taupe #885E5C
RGB
CMYK
RGB Variations
Color information
#885E5C (or 0x885E5C) is known color: Rose Taupe. HEX triplet: 88, 5E and 5C. RGB value is (136,94,92). Sum of RGB (Red+Green+Blue) = 136+94+92=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #885E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E5C is #77A1A3. Grayscale: #6A6A6A. Windows color (decimal): -7840164 or 6053512. OLE color: 6053512.
HSL color Cylindrical-coordinate representation of color #885E5C: hue angle of 2.73º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #885E5C is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 92 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.47 |
| HSL | 2.73º | 0.19% | 0.45% | - |
| HSV(B) | 2.73º | 0.32% | 0.53% | - |
| XYZ | 16.09 | 14.01 | 11.98 | - |
| YUV | 106.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 92 | 0 | 0.31 | 0.32 | 0.47 | 2.73 | 0.19 | 0.45 |
| Hex | 88 | 5E | 5C | 0 | 1F | 20 | 2F | 3 | 13 | 2D |
| Octal | 210 | 136 | 134 | 0 | 37 | 40 | 57 | 3 | 23 | 55 |
| Binary | 10001000 | 1011110 | 1011100 | 0 | 11111 | 100000 | 101111 | 11 | 10011 | 101101 |
Color Harmonies of #885E5C
Complementary color
Monochromatic Colors of #885E5C
Black with #885E5C
Text Example
Text Example
White with #885E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E5C; }
p { color: rgb(136,94,92); }
H1.HeaderClassName
{
color: #885E5C;
}
.AnyTagClassName
{
color: #885E5C;
}
</style>
background-color css
<style>
a { background-color: #885E5C; }
a { background-color: rgb(136,94,92); }
div.DivClassName
{
background-color: #885E5C;
}
.BgClassName
{
background-color: #885E5C;
}
</style>
border-color css
<style>
span { border-color: #885E5C; }
span { border-color: rgb(136,94,92); }
td.TdClassName
{
border-color: #885E5C;
}
.TagClassName
{
border-color: #885E5C;
}
</style>