Shades of Rose Taupe #8D5C56
Tints of Rose Taupe #8D5C56
RGB
CMYK
RGB Variations
Color information
#8D5C56 (or 0x8D5C56) is known color: Rose Taupe. HEX triplet: 8D, 5C and 56. RGB value is (141,92,86). Sum of RGB (Red+Green+Blue) = 141+92+86=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C56 is #72A3A9. Grayscale: #6A6A6A. Windows color (decimal): -7513002 or 5659789. OLE color: 5659789.
HSL color Cylindrical-coordinate representation of color #8D5C56: hue angle of 6.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D5C56 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 92 | 86 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.45 |
| HSL | 6.55º | 0.24% | 0.45% | - |
| HSV(B) | 6.55º | 0.39% | 0.55% | - |
| XYZ | 16.49 | 13.99 | 10.64 | - |
| YUV | 105.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 86 | 0 | 0.35 | 0.39 | 0.45 | 6.55 | 0.24 | 0.45 |
| Hex | 8D | 5C | 56 | 0 | 23 | 27 | 2D | 7 | 18 | 2D |
| Octal | 215 | 134 | 126 | 0 | 43 | 47 | 55 | 7 | 30 | 55 |
| Binary | 10001101 | 1011100 | 1010110 | 0 | 100011 | 100111 | 101101 | 111 | 11000 | 101101 |
Color Harmonies of #8D5C56
Complementary color
Monochromatic Colors of #8D5C56
Black with #8D5C56
Text Example
Text Example
White with #8D5C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5C56; }
p { color: rgb(141,92,86); }
H1.HeaderClassName
{
color: #8D5C56;
}
.AnyTagClassName
{
color: #8D5C56;
}
</style>
background-color css
<style>
a { background-color: #8D5C56; }
a { background-color: rgb(141,92,86); }
div.DivClassName
{
background-color: #8D5C56;
}
.BgClassName
{
background-color: #8D5C56;
}
</style>
border-color css
<style>
span { border-color: #8D5C56; }
span { border-color: rgb(141,92,86); }
td.TdClassName
{
border-color: #8D5C56;
}
.TagClassName
{
border-color: #8D5C56;
}
</style>