Shades of Spicy Mix #875B50
Tints of Spicy Mix #875B50
RGB
CMYK
RGB Variations
Color information
#875B50 (or 0x875B50) is known color: Spicy Mix. HEX triplet: 87, 5B and 50. RGB value is (135,91,80). Sum of RGB (Red+Green+Blue) = 135+91+80=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #875B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B50 is #78A4AF. Grayscale: #666666. Windows color (decimal): -7906480 or 5266311. OLE color: 5266311.
HSL color Cylindrical-coordinate representation of color #875B50: hue angle of 12º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875B50 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 80 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.47 |
| HSL | 12º | 0.26% | 0.42% | - |
| HSV(B) | 12º | 0.41% | 0.53% | - |
| XYZ | 15.18 | 13.21 | 9.34 | - |
| YUV | 102.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 80 | 0 | 0.33 | 0.41 | 0.47 | 12 | 0.26 | 0.42 |
| Hex | 87 | 5B | 50 | 0 | 21 | 29 | 2F | C | 1A | 2A |
| Octal | 207 | 133 | 120 | 0 | 41 | 51 | 57 | 14 | 32 | 52 |
| Binary | 10000111 | 1011011 | 1010000 | 0 | 100001 | 101001 | 101111 | 1100 | 11010 | 101010 |
Color Harmonies of #875B50
Complementary color
Monochromatic Colors of #875B50
Black with #875B50
Text Example
Text Example
White with #875B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B50; }
p { color: rgb(135,91,80); }
H1.HeaderClassName
{
color: #875B50;
}
.AnyTagClassName
{
color: #875B50;
}
</style>
background-color css
<style>
a { background-color: #875B50; }
a { background-color: rgb(135,91,80); }
div.DivClassName
{
background-color: #875B50;
}
.BgClassName
{
background-color: #875B50;
}
</style>
border-color css
<style>
span { border-color: #875B50; }
span { border-color: rgb(135,91,80); }
td.TdClassName
{
border-color: #875B50;
}
.TagClassName
{
border-color: #875B50;
}
</style>