Shades of Spicy Mix #895A4D
Tints of Spicy Mix #895A4D
RGB
CMYK
RGB Variations
Color information
#895A4D (or 0x895A4D) is known color: Spicy Mix. HEX triplet: 89, 5A and 4D. RGB value is (137,90,77). Sum of RGB (Red+Green+Blue) = 137+90+77=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A4D is #76A5B2. Grayscale: #666666. Windows color (decimal): -7775667 or 5069449. OLE color: 5069449.
HSL color Cylindrical-coordinate representation of color #895A4D: hue angle of 13º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #895A4D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 77 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.46 |
| HSL | 13º | 0.28% | 0.42% | - |
| HSV(B) | 13º | 0.44% | 0.54% | - |
| XYZ | 15.31 | 13.17 | 8.76 | - |
| YUV | 102.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 77 | 0 | 0.34 | 0.44 | 0.46 | 13 | 0.28 | 0.42 |
| Hex | 89 | 5A | 4D | 0 | 22 | 2C | 2E | D | 1C | 2A |
| Octal | 211 | 132 | 115 | 0 | 42 | 54 | 56 | 15 | 34 | 52 |
| Binary | 10001001 | 1011010 | 1001101 | 0 | 100010 | 101100 | 101110 | 1101 | 11100 | 101010 |
Color Harmonies of #895A4D
Complementary color
Monochromatic Colors of #895A4D
Black with #895A4D
Text Example
Text Example
White with #895A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A4D; }
p { color: rgb(137,90,77); }
H1.HeaderClassName
{
color: #895A4D;
}
.AnyTagClassName
{
color: #895A4D;
}
</style>
background-color css
<style>
a { background-color: #895A4D; }
a { background-color: rgb(137,90,77); }
div.DivClassName
{
background-color: #895A4D;
}
.BgClassName
{
background-color: #895A4D;
}
</style>
border-color css
<style>
span { border-color: #895A4D; }
span { border-color: rgb(137,90,77); }
td.TdClassName
{
border-color: #895A4D;
}
.TagClassName
{
border-color: #895A4D;
}
</style>