Shades of Spicy Mix #875E54
Tints of Spicy Mix #875E54
RGB
CMYK
RGB Variations
Color information
#875E54 (or 0x875E54) is known color: Spicy Mix. HEX triplet: 87, 5E and 54. RGB value is (135,94,84). Sum of RGB (Red+Green+Blue) = 135+94+84=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #875E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E54 is #78A1AB. Grayscale: #696969. Windows color (decimal): -7905708 or 5529223. OLE color: 5529223.
HSL color Cylindrical-coordinate representation of color #875E54: hue angle of 11.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875E54 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 84 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.47 |
| HSL | 11.76º | 0.23% | 0.43% | - |
| HSV(B) | 11.76º | 0.38% | 0.53% | - |
| XYZ | 15.59 | 13.8 | 10.23 | - |
| YUV | 105.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 84 | 0 | 0.30 | 0.38 | 0.47 | 11.76 | 0.23 | 0.43 |
| Hex | 87 | 5E | 54 | 0 | 1E | 26 | 2F | C | 17 | 2B |
| Octal | 207 | 136 | 124 | 0 | 36 | 46 | 57 | 14 | 27 | 53 |
| Binary | 10000111 | 1011110 | 1010100 | 0 | 11110 | 100110 | 101111 | 1100 | 10111 | 101011 |
Color Harmonies of #875E54
Complementary color
Monochromatic Colors of #875E54
Black with #875E54
Text Example
Text Example
White with #875E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E54; }
p { color: rgb(135,94,84); }
H1.HeaderClassName
{
color: #875E54;
}
.AnyTagClassName
{
color: #875E54;
}
</style>
background-color css
<style>
a { background-color: #875E54; }
a { background-color: rgb(135,94,84); }
div.DivClassName
{
background-color: #875E54;
}
.BgClassName
{
background-color: #875E54;
}
</style>
border-color css
<style>
span { border-color: #875E54; }
span { border-color: rgb(135,94,84); }
td.TdClassName
{
border-color: #875E54;
}
.TagClassName
{
border-color: #875E54;
}
</style>