Shades of Spicy Mix #895E4B
Tints of Spicy Mix #895E4B
RGB
CMYK
RGB Variations
Color information
#895E4B (or 0x895E4B) is known color: Spicy Mix. HEX triplet: 89, 5E and 4B. RGB value is (137,94,75). Sum of RGB (Red+Green+Blue) = 137+94+75=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #895E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E4B is #76A1B4. Grayscale: #686868. Windows color (decimal): -7774645 or 4939401. OLE color: 4939401.
HSL color Cylindrical-coordinate representation of color #895E4B: hue angle of 18.39º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #895E4B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 75 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.46 |
| HSL | 18.39º | 0.29% | 0.42% | - |
| HSV(B) | 18.39º | 0.45% | 0.54% | - |
| XYZ | 15.59 | 13.83 | 8.5 | - |
| YUV | 104.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 75 | 0 | 0.31 | 0.45 | 0.46 | 18.39 | 0.29 | 0.42 |
| Hex | 89 | 5E | 4B | 0 | 1F | 2D | 2E | 12 | 1D | 2A |
| Octal | 211 | 136 | 113 | 0 | 37 | 55 | 56 | 22 | 35 | 52 |
| Binary | 10001001 | 1011110 | 1001011 | 0 | 11111 | 101101 | 101110 | 10010 | 11101 | 101010 |
Color Harmonies of #895E4B
Complementary color
Monochromatic Colors of #895E4B
Black with #895E4B
Text Example
Text Example
White with #895E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E4B; }
p { color: rgb(137,94,75); }
H1.HeaderClassName
{
color: #895E4B;
}
.AnyTagClassName
{
color: #895E4B;
}
</style>
background-color css
<style>
a { background-color: #895E4B; }
a { background-color: rgb(137,94,75); }
div.DivClassName
{
background-color: #895E4B;
}
.BgClassName
{
background-color: #895E4B;
}
</style>
border-color css
<style>
span { border-color: #895E4B; }
span { border-color: rgb(137,94,75); }
td.TdClassName
{
border-color: #895E4B;
}
.TagClassName
{
border-color: #895E4B;
}
</style>