Shades of Rose Taupe #8B5B57
Tints of Rose Taupe #8B5B57
RGB
CMYK
RGB Variations
Color information
#8B5B57 (or 0x8B5B57) is known color: Rose Taupe. HEX triplet: 8B, 5B and 57. RGB value is (139,91,87). Sum of RGB (Red+Green+Blue) = 139+91+87=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B57 is #74A4A8. Grayscale: #686868. Windows color (decimal): -7644329 or 5725067. OLE color: 5725067.
HSL color Cylindrical-coordinate representation of color #8B5B57: hue angle of 4.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5B57 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 87 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.45 |
| HSL | 4.62º | 0.23% | 0.44% | - |
| HSV(B) | 4.62º | 0.37% | 0.55% | - |
| XYZ | 16.11 | 13.66 | 10.8 | - |
| YUV | 104.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 87 | 0 | 0.35 | 0.37 | 0.45 | 4.62 | 0.23 | 0.44 |
| Hex | 8B | 5B | 57 | 0 | 23 | 25 | 2D | 5 | 17 | 2C |
| Octal | 213 | 133 | 127 | 0 | 43 | 45 | 55 | 5 | 27 | 54 |
| Binary | 10001011 | 1011011 | 1010111 | 0 | 100011 | 100101 | 101101 | 101 | 10111 | 101100 |
Color Harmonies of #8B5B57
Complementary color
Monochromatic Colors of #8B5B57
Black with #8B5B57
Text Example
Text Example
White with #8B5B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B57; }
p { color: rgb(139,91,87); }
H1.HeaderClassName
{
color: #8B5B57;
}
.AnyTagClassName
{
color: #8B5B57;
}
</style>
background-color css
<style>
a { background-color: #8B5B57; }
a { background-color: rgb(139,91,87); }
div.DivClassName
{
background-color: #8B5B57;
}
.BgClassName
{
background-color: #8B5B57;
}
</style>
border-color css
<style>
span { border-color: #8B5B57; }
span { border-color: rgb(139,91,87); }
td.TdClassName
{
border-color: #8B5B57;
}
.TagClassName
{
border-color: #8B5B57;
}
</style>