Shades of Spicy Mix #875E50
Tints of Spicy Mix #875E50
RGB
CMYK
RGB Variations
Color information
#875E50 (or 0x875E50) is known color: Spicy Mix. HEX triplet: 87, 5E and 50. RGB value is (135,94,80). Sum of RGB (Red+Green+Blue) = 135+94+80=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #875E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E50 is #78A1AF. Grayscale: #686868. Windows color (decimal): -7905712 or 5267079. OLE color: 5267079.
HSL color Cylindrical-coordinate representation of color #875E50: hue angle of 15.27º 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 #875E50 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 80 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.47 |
| HSL | 15.27º | 0.26% | 0.42% | - |
| HSV(B) | 15.27º | 0.41% | 0.53% | - |
| XYZ | 15.44 | 13.74 | 9.43 | - |
| YUV | 104.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 80 | 0 | 0.30 | 0.41 | 0.47 | 15.27 | 0.26 | 0.42 |
| Hex | 87 | 5E | 50 | 0 | 1E | 29 | 2F | F | 1A | 2A |
| Octal | 207 | 136 | 120 | 0 | 36 | 51 | 57 | 17 | 32 | 52 |
| Binary | 10000111 | 1011110 | 1010000 | 0 | 11110 | 101001 | 101111 | 1111 | 11010 | 101010 |
Color Harmonies of #875E50
Complementary color
Monochromatic Colors of #875E50
Black with #875E50
Text Example
Text Example
White with #875E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E50; }
p { color: rgb(135,94,80); }
H1.HeaderClassName
{
color: #875E50;
}
.AnyTagClassName
{
color: #875E50;
}
</style>
background-color css
<style>
a { background-color: #875E50; }
a { background-color: rgb(135,94,80); }
div.DivClassName
{
background-color: #875E50;
}
.BgClassName
{
background-color: #875E50;
}
</style>
border-color css
<style>
span { border-color: #875E50; }
span { border-color: rgb(135,94,80); }
td.TdClassName
{
border-color: #875E50;
}
.TagClassName
{
border-color: #875E50;
}
</style>