Shades of Rose Taupe #835A57
Tints of Rose Taupe #835A57
RGB
CMYK
RGB Variations
Color information
#835A57 (or 0x835A57) is known color: Rose Taupe. HEX triplet: 83, 5A and 57. RGB value is (131,90,87). Sum of RGB (Red+Green+Blue) = 131+90+87=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #835A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A57 is #7CA5A8. Grayscale: #656565. Windows color (decimal): -8168873 or 5724803. OLE color: 5724803.
HSL color Cylindrical-coordinate representation of color #835A57: hue angle of 4.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835A57 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 90 | 87 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.49 |
| HSL | 4.09º | 0.2% | 0.43% | - |
| HSV(B) | 4.09º | 0.34% | 0.51% | - |
| XYZ | 14.74 | 12.83 | 10.72 | - |
| YUV | 101.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 87 | 0 | 0.31 | 0.34 | 0.49 | 4.09 | 0.2 | 0.43 |
| Hex | 83 | 5A | 57 | 0 | 1F | 22 | 31 | 4 | 14 | 2B |
| Octal | 203 | 132 | 127 | 0 | 37 | 42 | 61 | 4 | 24 | 53 |
| Binary | 10000011 | 1011010 | 1010111 | 0 | 11111 | 100010 | 110001 | 100 | 10100 | 101011 |
Color Harmonies of #835A57
Complementary color
Monochromatic Colors of #835A57
Black with #835A57
Text Example
Text Example
White with #835A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835A57; }
p { color: rgb(131,90,87); }
H1.HeaderClassName
{
color: #835A57;
}
.AnyTagClassName
{
color: #835A57;
}
</style>
background-color css
<style>
a { background-color: #835A57; }
a { background-color: rgb(131,90,87); }
div.DivClassName
{
background-color: #835A57;
}
.BgClassName
{
background-color: #835A57;
}
</style>
border-color css
<style>
span { border-color: #835A57; }
span { border-color: rgb(131,90,87); }
td.TdClassName
{
border-color: #835A57;
}
.TagClassName
{
border-color: #835A57;
}
</style>