Shades of Spicy Mix #875A50
Tints of Spicy Mix #875A50
RGB
CMYK
RGB Variations
Color information
#875A50 (or 0x875A50) is known color: Spicy Mix. HEX triplet: 87, 5A and 50. RGB value is (135,90,80). Sum of RGB (Red+Green+Blue) = 135+90+80=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A50 is #78A5AF. Grayscale: #666666. Windows color (decimal): -7906736 or 5266055. OLE color: 5266055.
HSL color Cylindrical-coordinate representation of color #875A50: hue angle of 10.91º 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 #875A50 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 80 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.47 |
| HSL | 10.91º | 0.26% | 0.42% | - |
| HSV(B) | 10.91º | 0.41% | 0.53% | - |
| XYZ | 15.1 | 13.04 | 9.31 | - |
| YUV | 102.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 80 | 0 | 0.33 | 0.41 | 0.47 | 10.91 | 0.26 | 0.42 |
| Hex | 87 | 5A | 50 | 0 | 21 | 29 | 2F | B | 1A | 2A |
| Octal | 207 | 132 | 120 | 0 | 41 | 51 | 57 | 13 | 32 | 52 |
| Binary | 10000111 | 1011010 | 1010000 | 0 | 100001 | 101001 | 101111 | 1011 | 11010 | 101010 |
Color Harmonies of #875A50
Complementary color
Monochromatic Colors of #875A50
Black with #875A50
Text Example
Text Example
White with #875A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A50; }
p { color: rgb(135,90,80); }
H1.HeaderClassName
{
color: #875A50;
}
.AnyTagClassName
{
color: #875A50;
}
</style>
background-color css
<style>
a { background-color: #875A50; }
a { background-color: rgb(135,90,80); }
div.DivClassName
{
background-color: #875A50;
}
.BgClassName
{
background-color: #875A50;
}
</style>
border-color css
<style>
span { border-color: #875A50; }
span { border-color: rgb(135,90,80); }
td.TdClassName
{
border-color: #875A50;
}
.TagClassName
{
border-color: #875A50;
}
</style>