Shades of Spicy Mix #876250
Tints of Spicy Mix #876250
RGB
CMYK
RGB Variations
Color information
#876250 (or 0x876250) is known color: Spicy Mix. HEX triplet: 87, 62 and 50. RGB value is (135,98,80). Sum of RGB (Red+Green+Blue) = 135+98+80=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #876250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876250 is #789DAF. Grayscale: #6B6B6B. Windows color (decimal): -7904688 or 5268103. OLE color: 5268103.
HSL color Cylindrical-coordinate representation of color #876250: hue angle of 19.64º 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 #876250 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 80 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.47 |
| HSL | 19.64º | 0.26% | 0.42% | - |
| HSV(B) | 19.64º | 0.41% | 0.53% | - |
| XYZ | 15.81 | 14.47 | 9.55 | - |
| YUV | 107.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 80 | 0 | 0.27 | 0.41 | 0.47 | 19.64 | 0.26 | 0.42 |
| Hex | 87 | 62 | 50 | 0 | 1B | 29 | 2F | 14 | 1A | 2A |
| Octal | 207 | 142 | 120 | 0 | 33 | 51 | 57 | 24 | 32 | 52 |
| Binary | 10000111 | 1100010 | 1010000 | 0 | 11011 | 101001 | 101111 | 10100 | 11010 | 101010 |
Color Harmonies of #876250
Complementary color
Monochromatic Colors of #876250
Black with #876250
Text Example
Text Example
White with #876250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876250; }
p { color: rgb(135,98,80); }
H1.HeaderClassName
{
color: #876250;
}
.AnyTagClassName
{
color: #876250;
}
</style>
background-color css
<style>
a { background-color: #876250; }
a { background-color: rgb(135,98,80); }
div.DivClassName
{
background-color: #876250;
}
.BgClassName
{
background-color: #876250;
}
</style>
border-color css
<style>
span { border-color: #876250; }
span { border-color: rgb(135,98,80); }
td.TdClassName
{
border-color: #876250;
}
.TagClassName
{
border-color: #876250;
}
</style>