Shades of Rose Taupe #945D57
Tints of Rose Taupe #945D57
RGB
CMYK
RGB Variations
Color information
#945D57 (or 0x945D57) is known color: Rose Taupe. HEX triplet: 94, 5D and 57. RGB value is (148,93,87). Sum of RGB (Red+Green+Blue) = 148+93+87=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #945D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D57 is #6BA2A8. Grayscale: #6C6C6C. Windows color (decimal): -7053993 or 5725588. OLE color: 5725588.
HSL color Cylindrical-coordinate representation of color #945D57: hue angle of 5.9º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945D57 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 93 | 87 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.42 |
| HSL | 5.9º | 0.26% | 0.46% | - |
| HSV(B) | 5.9º | 0.41% | 0.58% | - |
| XYZ | 17.85 | 14.81 | 10.94 | - |
| YUV | 108.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 87 | 0 | 0.37 | 0.41 | 0.42 | 5.9 | 0.26 | 0.46 |
| Hex | 94 | 5D | 57 | 0 | 25 | 29 | 2A | 6 | 1A | 2E |
| Octal | 224 | 135 | 127 | 0 | 45 | 51 | 52 | 6 | 32 | 56 |
| Binary | 10010100 | 1011101 | 1010111 | 0 | 100101 | 101001 | 101010 | 110 | 11010 | 101110 |
Color Harmonies of #945D57
Complementary color
Monochromatic Colors of #945D57
Black with #945D57
Text Example
Text Example
White with #945D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945D57; }
p { color: rgb(148,93,87); }
H1.HeaderClassName
{
color: #945D57;
}
.AnyTagClassName
{
color: #945D57;
}
</style>
background-color css
<style>
a { background-color: #945D57; }
a { background-color: rgb(148,93,87); }
div.DivClassName
{
background-color: #945D57;
}
.BgClassName
{
background-color: #945D57;
}
</style>
border-color css
<style>
span { border-color: #945D57; }
span { border-color: rgb(148,93,87); }
td.TdClassName
{
border-color: #945D57;
}
.TagClassName
{
border-color: #945D57;
}
</style>