Shades of Spicy Mix #875949
Tints of Spicy Mix #875949
RGB
CMYK
RGB Variations
Color information
#875949 (or 0x875949) is known color: Spicy Mix. HEX triplet: 87, 59 and 49. RGB value is (135,89,73). Sum of RGB (Red+Green+Blue) = 135+89+73=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #875949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875949 is #78A6B6. Grayscale: #656565. Windows color (decimal): -7906999 or 4807047. OLE color: 4807047.
HSL color Cylindrical-coordinate representation of color #875949: hue angle of 15.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875949 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 73 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.47 |
| HSL | 15.48º | 0.3% | 0.41% | - |
| HSV(B) | 15.48º | 0.46% | 0.53% | - |
| XYZ | 14.77 | 12.78 | 7.99 | - |
| YUV | 100.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 73 | 0 | 0.34 | 0.46 | 0.47 | 15.48 | 0.3 | 0.41 |
| Hex | 87 | 59 | 49 | 0 | 22 | 2E | 2F | F | 1E | 29 |
| Octal | 207 | 131 | 111 | 0 | 42 | 56 | 57 | 17 | 36 | 51 |
| Binary | 10000111 | 1011001 | 1001001 | 0 | 100010 | 101110 | 101111 | 1111 | 11110 | 101001 |
Color Harmonies of #875949
Complementary color
Monochromatic Colors of #875949
Black with #875949
Text Example
Text Example
White with #875949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875949; }
p { color: rgb(135,89,73); }
H1.HeaderClassName
{
color: #875949;
}
.AnyTagClassName
{
color: #875949;
}
</style>
background-color css
<style>
a { background-color: #875949; }
a { background-color: rgb(135,89,73); }
div.DivClassName
{
background-color: #875949;
}
.BgClassName
{
background-color: #875949;
}
</style>
border-color css
<style>
span { border-color: #875949; }
span { border-color: rgb(135,89,73); }
td.TdClassName
{
border-color: #875949;
}
.TagClassName
{
border-color: #875949;
}
</style>