Shades of Spicy Mix #875E4A
Tints of Spicy Mix #875E4A
RGB
CMYK
RGB Variations
Color information
#875E4A (or 0x875E4A) is known color: Spicy Mix. HEX triplet: 87, 5E and 4A. RGB value is (135,94,74). Sum of RGB (Red+Green+Blue) = 135+94+74=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E4A is #78A1B5. Grayscale: #686868. Windows color (decimal): -7905718 or 4873863. OLE color: 4873863.
HSL color Cylindrical-coordinate representation of color #875E4A: hue angle of 19.67º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #875E4A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 74 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.47 |
| HSL | 19.67º | 0.29% | 0.41% | - |
| HSV(B) | 19.67º | 0.45% | 0.53% | - |
| XYZ | 15.23 | 13.65 | 8.31 | - |
| YUV | 103.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 74 | 0 | 0.30 | 0.45 | 0.47 | 19.67 | 0.29 | 0.41 |
| Hex | 87 | 5E | 4A | 0 | 1E | 2D | 2F | 14 | 1D | 29 |
| Octal | 207 | 136 | 112 | 0 | 36 | 55 | 57 | 24 | 35 | 51 |
| Binary | 10000111 | 1011110 | 1001010 | 0 | 11110 | 101101 | 101111 | 10100 | 11101 | 101001 |
Color Harmonies of #875E4A
Complementary color
Monochromatic Colors of #875E4A
Black with #875E4A
Text Example
Text Example
White with #875E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E4A; }
p { color: rgb(135,94,74); }
H1.HeaderClassName
{
color: #875E4A;
}
.AnyTagClassName
{
color: #875E4A;
}
</style>
background-color css
<style>
a { background-color: #875E4A; }
a { background-color: rgb(135,94,74); }
div.DivClassName
{
background-color: #875E4A;
}
.BgClassName
{
background-color: #875E4A;
}
</style>
border-color css
<style>
span { border-color: #875E4A; }
span { border-color: rgb(135,94,74); }
td.TdClassName
{
border-color: #875E4A;
}
.TagClassName
{
border-color: #875E4A;
}
</style>