Shades of Spicy Mix #895E54
Tints of Spicy Mix #895E54
RGB
CMYK
RGB Variations
Color information
#895E54 (or 0x895E54) is known color: Spicy Mix. HEX triplet: 89, 5E and 54. RGB value is (137,94,84). Sum of RGB (Red+Green+Blue) = 137+94+84=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #895E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E54 is #76A1AB. Grayscale: #696969. Windows color (decimal): -7774636 or 5529225. OLE color: 5529225.
HSL color Cylindrical-coordinate representation of color #895E54: hue angle of 11.32º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895E54 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 84 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.46 |
| HSL | 11.32º | 0.24% | 0.43% | - |
| HSV(B) | 11.32º | 0.39% | 0.54% | - |
| XYZ | 15.92 | 13.96 | 10.24 | - |
| YUV | 105.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 84 | 0 | 0.31 | 0.39 | 0.46 | 11.32 | 0.24 | 0.43 |
| Hex | 89 | 5E | 54 | 0 | 1F | 27 | 2E | B | 18 | 2B |
| Octal | 211 | 136 | 124 | 0 | 37 | 47 | 56 | 13 | 30 | 53 |
| Binary | 10001001 | 1011110 | 1010100 | 0 | 11111 | 100111 | 101110 | 1011 | 11000 | 101011 |
Color Harmonies of #895E54
Complementary color
Monochromatic Colors of #895E54
Black with #895E54
Text Example
Text Example
White with #895E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E54; }
p { color: rgb(137,94,84); }
H1.HeaderClassName
{
color: #895E54;
}
.AnyTagClassName
{
color: #895E54;
}
</style>
background-color css
<style>
a { background-color: #895E54; }
a { background-color: rgb(137,94,84); }
div.DivClassName
{
background-color: #895E54;
}
.BgClassName
{
background-color: #895E54;
}
</style>
border-color css
<style>
span { border-color: #895E54; }
span { border-color: rgb(137,94,84); }
td.TdClassName
{
border-color: #895E54;
}
.TagClassName
{
border-color: #895E54;
}
</style>