Shades of Rose Taupe #885E58
Tints of Rose Taupe #885E58
RGB
CMYK
RGB Variations
Color information
#885E58 (or 0x885E58) is known color: Rose Taupe. HEX triplet: 88, 5E and 58. RGB value is (136,94,88). Sum of RGB (Red+Green+Blue) = 136+94+88=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E58 is #77A1A7. Grayscale: #696969. Windows color (decimal): -7840168 or 5791368. OLE color: 5791368.
HSL color Cylindrical-coordinate representation of color #885E58: hue angle of 7.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885E58 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 88 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.47 |
| HSL | 7.5º | 0.21% | 0.44% | - |
| HSV(B) | 7.5º | 0.35% | 0.53% | - |
| XYZ | 15.92 | 13.94 | 11.09 | - |
| YUV | 105.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 88 | 0 | 0.31 | 0.35 | 0.47 | 7.5 | 0.21 | 0.44 |
| Hex | 88 | 5E | 58 | 0 | 1F | 23 | 2F | 8 | 15 | 2C |
| Octal | 210 | 136 | 130 | 0 | 37 | 43 | 57 | 10 | 25 | 54 |
| Binary | 10001000 | 1011110 | 1011000 | 0 | 11111 | 100011 | 101111 | 1000 | 10101 | 101100 |
Color Harmonies of #885E58
Complementary color
Monochromatic Colors of #885E58
Black with #885E58
Text Example
Text Example
White with #885E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E58; }
p { color: rgb(136,94,88); }
H1.HeaderClassName
{
color: #885E58;
}
.AnyTagClassName
{
color: #885E58;
}
</style>
background-color css
<style>
a { background-color: #885E58; }
a { background-color: rgb(136,94,88); }
div.DivClassName
{
background-color: #885E58;
}
.BgClassName
{
background-color: #885E58;
}
</style>
border-color css
<style>
span { border-color: #885E58; }
span { border-color: rgb(136,94,88); }
td.TdClassName
{
border-color: #885E58;
}
.TagClassName
{
border-color: #885E58;
}
</style>