Shades of Rose Taupe #8C5A57
Tints of Rose Taupe #8C5A57
RGB
CMYK
RGB Variations
Color information
#8C5A57 (or 0x8C5A57) is known color: Rose Taupe. HEX triplet: 8C, 5A and 57. RGB value is (140,90,87). Sum of RGB (Red+Green+Blue) = 140+90+87=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A57 is #73A5A8. Grayscale: #686868. Windows color (decimal): -7579049 or 5724812. OLE color: 5724812.
HSL color Cylindrical-coordinate representation of color #8C5A57: hue angle of 3.4º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C5A57 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 87 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.45 |
| HSL | 3.4º | 0.23% | 0.45% | - |
| HSV(B) | 3.4º | 0.38% | 0.55% | - |
| XYZ | 16.19 | 13.58 | 10.78 | - |
| YUV | 104.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 87 | 0 | 0.36 | 0.38 | 0.45 | 3.4 | 0.23 | 0.45 |
| Hex | 8C | 5A | 57 | 0 | 24 | 26 | 2D | 3 | 17 | 2D |
| Octal | 214 | 132 | 127 | 0 | 44 | 46 | 55 | 3 | 27 | 55 |
| Binary | 10001100 | 1011010 | 1010111 | 0 | 100100 | 100110 | 101101 | 11 | 10111 | 101101 |
Color Harmonies of #8C5A57
Complementary color
Monochromatic Colors of #8C5A57
Black with #8C5A57
Text Example
Text Example
White with #8C5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A57; }
p { color: rgb(140,90,87); }
H1.HeaderClassName
{
color: #8C5A57;
}
.AnyTagClassName
{
color: #8C5A57;
}
</style>
background-color css
<style>
a { background-color: #8C5A57; }
a { background-color: rgb(140,90,87); }
div.DivClassName
{
background-color: #8C5A57;
}
.BgClassName
{
background-color: #8C5A57;
}
</style>
border-color css
<style>
span { border-color: #8C5A57; }
span { border-color: rgb(140,90,87); }
td.TdClassName
{
border-color: #8C5A57;
}
.TagClassName
{
border-color: #8C5A57;
}
</style>