Shades of Rose Taupe #925E5D
Tints of Rose Taupe #925E5D
RGB
CMYK
RGB Variations
Color information
#925E5D (or 0x925E5D) is known color: Rose Taupe. HEX triplet: 92, 5E and 5D. RGB value is (146,94,93). Sum of RGB (Red+Green+Blue) = 146+94+93=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #925E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E5D is #6DA1A2. Grayscale: #6D6D6D. Windows color (decimal): -7184803 or 6119058. OLE color: 6119058.
HSL color Cylindrical-coordinate representation of color #925E5D: hue angle of 1.13º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E5D is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 94 | 93 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.43 |
| HSL | 1.13º | 0.22% | 0.47% | - |
| HSV(B) | 1.13º | 0.36% | 0.57% | - |
| XYZ | 17.83 | 14.91 | 12.29 | - |
| YUV | 109.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 93 | 0 | 0.36 | 0.36 | 0.43 | 1.13 | 0.22 | 0.47 |
| Hex | 92 | 5E | 5D | 0 | 24 | 24 | 2B | 1 | 16 | 2F |
| Octal | 222 | 136 | 135 | 0 | 44 | 44 | 53 | 1 | 26 | 57 |
| Binary | 10010010 | 1011110 | 1011101 | 0 | 100100 | 100100 | 101011 | 1 | 10110 | 101111 |
Color Harmonies of #925E5D
Complementary color
Monochromatic Colors of #925E5D
Black with #925E5D
Text Example
Text Example
White with #925E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925E5D; }
p { color: rgb(146,94,93); }
H1.HeaderClassName
{
color: #925E5D;
}
.AnyTagClassName
{
color: #925E5D;
}
</style>
background-color css
<style>
a { background-color: #925E5D; }
a { background-color: rgb(146,94,93); }
div.DivClassName
{
background-color: #925E5D;
}
.BgClassName
{
background-color: #925E5D;
}
</style>
border-color css
<style>
span { border-color: #925E5D; }
span { border-color: rgb(146,94,93); }
td.TdClassName
{
border-color: #925E5D;
}
.TagClassName
{
border-color: #925E5D;
}
</style>