Shades of Spicy Mix #875E4C
Tints of Spicy Mix #875E4C
RGB
CMYK
RGB Variations
Color information
#875E4C (or 0x875E4C) is known color: Spicy Mix. HEX triplet: 87, 5E and 4C. RGB value is (135,94,76). Sum of RGB (Red+Green+Blue) = 135+94+76=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E4C is #78A1B3. Grayscale: #686868. Windows color (decimal): -7905716 or 5004935. OLE color: 5004935.
HSL color Cylindrical-coordinate representation of color #875E4C: hue angle of 18.31º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #875E4C is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 76 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.47 |
| HSL | 18.31º | 0.28% | 0.41% | - |
| HSV(B) | 18.31º | 0.44% | 0.53% | - |
| XYZ | 15.3 | 13.68 | 8.67 | - |
| YUV | 104.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 76 | 0 | 0.30 | 0.44 | 0.47 | 18.31 | 0.28 | 0.41 |
| Hex | 87 | 5E | 4C | 0 | 1E | 2C | 2F | 12 | 1C | 29 |
| Octal | 207 | 136 | 114 | 0 | 36 | 54 | 57 | 22 | 34 | 51 |
| Binary | 10000111 | 1011110 | 1001100 | 0 | 11110 | 101100 | 101111 | 10010 | 11100 | 101001 |
Color Harmonies of #875E4C
Complementary color
Monochromatic Colors of #875E4C
Black with #875E4C
Text Example
Text Example
White with #875E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E4C; }
p { color: rgb(135,94,76); }
H1.HeaderClassName
{
color: #875E4C;
}
.AnyTagClassName
{
color: #875E4C;
}
</style>
background-color css
<style>
a { background-color: #875E4C; }
a { background-color: rgb(135,94,76); }
div.DivClassName
{
background-color: #875E4C;
}
.BgClassName
{
background-color: #875E4C;
}
</style>
border-color css
<style>
span { border-color: #875E4C; }
span { border-color: rgb(135,94,76); }
td.TdClassName
{
border-color: #875E4C;
}
.TagClassName
{
border-color: #875E4C;
}
</style>