Shades of Rose Taupe #895D5D
Tints of Rose Taupe #895D5D
RGB
CMYK
RGB Variations
Color information
#895D5D (or 0x895D5D) is known color: Rose Taupe. HEX triplet: 89, 5D and 5D. RGB value is (137,93,93). Sum of RGB (Red+Green+Blue) = 137+93+93=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D5D is #76A2A2. Grayscale: #6A6A6A. Windows color (decimal): -7774883 or 6118793. OLE color: 6118793.
HSL color Cylindrical-coordinate representation of color #895D5D: hue angle of 0º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #895D5D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 93 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.46 |
| HSL | 0º | 0.19% | 0.45% | - |
| HSV(B) | 0º | 0.32% | 0.54% | - |
| XYZ | 16.21 | 13.94 | 12.19 | - |
| YUV | 106.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 93 | 0 | 0.32 | 0.32 | 0.46 | 0 | 0.19 | 0.45 |
| Hex | 89 | 5D | 5D | 0 | 20 | 20 | 2E | 0 | 13 | 2D |
| Octal | 211 | 135 | 135 | 0 | 40 | 40 | 56 | 0 | 23 | 55 |
| Binary | 10001001 | 1011101 | 1011101 | 0 | 100000 | 100000 | 101110 | 0 | 10011 | 101101 |
Color Harmonies of #895D5D
Complementary color
Monochromatic Colors of #895D5D
Black with #895D5D
Text Example
Text Example
White with #895D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D5D; }
p { color: rgb(137,93,93); }
H1.HeaderClassName
{
color: #895D5D;
}
.AnyTagClassName
{
color: #895D5D;
}
</style>
background-color css
<style>
a { background-color: #895D5D; }
a { background-color: rgb(137,93,93); }
div.DivClassName
{
background-color: #895D5D;
}
.BgClassName
{
background-color: #895D5D;
}
</style>
border-color css
<style>
span { border-color: #895D5D; }
span { border-color: rgb(137,93,93); }
td.TdClassName
{
border-color: #895D5D;
}
.TagClassName
{
border-color: #895D5D;
}
</style>