Shades of Rose Taupe #925E57
Tints of Rose Taupe #925E57
RGB
CMYK
RGB Variations
Color information
#925E57 (or 0x925E57) is known color: Rose Taupe. HEX triplet: 92, 5E and 57. RGB value is (146,94,87). Sum of RGB (Red+Green+Blue) = 146+94+87=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #925E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E57 is #6DA1A8. Grayscale: #6C6C6C. Windows color (decimal): -7184809 or 5725842. OLE color: 5725842.
HSL color Cylindrical-coordinate representation of color #925E57: hue angle of 7.12º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925E57 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 87 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.43 |
| HSL | 7.12º | 0.25% | 0.46% | - |
| HSV(B) | 7.12º | 0.4% | 0.57% | - |
| XYZ | 17.58 | 14.8 | 10.95 | - |
| YUV | 108.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 87 | 0 | 0.36 | 0.40 | 0.43 | 7.12 | 0.25 | 0.46 |
| Hex | 92 | 5E | 57 | 0 | 24 | 28 | 2B | 7 | 19 | 2E |
| Octal | 222 | 136 | 127 | 0 | 44 | 50 | 53 | 7 | 31 | 56 |
| Binary | 10010010 | 1011110 | 1010111 | 0 | 100100 | 101000 | 101011 | 111 | 11001 | 101110 |
Color Harmonies of #925E57
Complementary color
Monochromatic Colors of #925E57
Black with #925E57
Text Example
Text Example
White with #925E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E57; }
p { color: rgb(146,94,87); }
H1.HeaderClassName
{
color: #925E57;
}
.AnyTagClassName
{
color: #925E57;
}
</style>
background-color css
<style>
a { background-color: #925E57; }
a { background-color: rgb(146,94,87); }
div.DivClassName
{
background-color: #925E57;
}
.BgClassName
{
background-color: #925E57;
}
</style>
border-color css
<style>
span { border-color: #925E57; }
span { border-color: rgb(146,94,87); }
td.TdClassName
{
border-color: #925E57;
}
.TagClassName
{
border-color: #925E57;
}
</style>