Shades of Rose Taupe #855A57
Tints of Rose Taupe #855A57
RGB
CMYK
RGB Variations
Color information
#855A57 (or 0x855A57) is known color: Rose Taupe. HEX triplet: 85, 5A and 57. RGB value is (133,90,87). Sum of RGB (Red+Green+Blue) = 133+90+87=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #855A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A57 is #7AA5A8. Grayscale: #666666. Windows color (decimal): -8037801 or 5724805. OLE color: 5724805.
HSL color Cylindrical-coordinate representation of color #855A57: hue angle of 3.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855A57 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 87 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.48 |
| HSL | 3.91º | 0.21% | 0.43% | - |
| HSV(B) | 3.91º | 0.35% | 0.52% | - |
| XYZ | 15.05 | 12.99 | 10.73 | - |
| YUV | 102.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 87 | 0 | 0.32 | 0.35 | 0.48 | 3.91 | 0.21 | 0.43 |
| Hex | 85 | 5A | 57 | 0 | 20 | 23 | 30 | 4 | 15 | 2B |
| Octal | 205 | 132 | 127 | 0 | 40 | 43 | 60 | 4 | 25 | 53 |
| Binary | 10000101 | 1011010 | 1010111 | 0 | 100000 | 100011 | 110000 | 100 | 10101 | 101011 |
Color Harmonies of #855A57
Complementary color
Monochromatic Colors of #855A57
Black with #855A57
Text Example
Text Example
White with #855A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A57; }
p { color: rgb(133,90,87); }
H1.HeaderClassName
{
color: #855A57;
}
.AnyTagClassName
{
color: #855A57;
}
</style>
background-color css
<style>
a { background-color: #855A57; }
a { background-color: rgb(133,90,87); }
div.DivClassName
{
background-color: #855A57;
}
.BgClassName
{
background-color: #855A57;
}
</style>
border-color css
<style>
span { border-color: #855A57; }
span { border-color: rgb(133,90,87); }
td.TdClassName
{
border-color: #855A57;
}
.TagClassName
{
border-color: #855A57;
}
</style>