Shades of Spicy Mix #875C54
Tints of Spicy Mix #875C54
RGB
CMYK
RGB Variations
Color information
#875C54 (or 0x875C54) is known color: Spicy Mix. HEX triplet: 87, 5C and 54. RGB value is (135,92,84). Sum of RGB (Red+Green+Blue) = 135+92+84=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #875C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C54 is #78A3AB. Grayscale: #686868. Windows color (decimal): -7906220 or 5528711. OLE color: 5528711.
HSL color Cylindrical-coordinate representation of color #875C54: hue angle of 9.41º 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 #875C54 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 84 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.47 |
| HSL | 9.41º | 0.23% | 0.43% | - |
| HSV(B) | 9.41º | 0.38% | 0.53% | - |
| XYZ | 15.42 | 13.45 | 10.17 | - |
| YUV | 103.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 84 | 0 | 0.32 | 0.38 | 0.47 | 9.41 | 0.23 | 0.43 |
| Hex | 87 | 5C | 54 | 0 | 20 | 26 | 2F | 9 | 17 | 2B |
| Octal | 207 | 134 | 124 | 0 | 40 | 46 | 57 | 11 | 27 | 53 |
| Binary | 10000111 | 1011100 | 1010100 | 0 | 100000 | 100110 | 101111 | 1001 | 10111 | 101011 |
Color Harmonies of #875C54
Complementary color
Monochromatic Colors of #875C54
Black with #875C54
Text Example
Text Example
White with #875C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C54; }
p { color: rgb(135,92,84); }
H1.HeaderClassName
{
color: #875C54;
}
.AnyTagClassName
{
color: #875C54;
}
</style>
background-color css
<style>
a { background-color: #875C54; }
a { background-color: rgb(135,92,84); }
div.DivClassName
{
background-color: #875C54;
}
.BgClassName
{
background-color: #875C54;
}
</style>
border-color css
<style>
span { border-color: #875C54; }
span { border-color: rgb(135,92,84); }
td.TdClassName
{
border-color: #875C54;
}
.TagClassName
{
border-color: #875C54;
}
</style>