Shades of Spicy Mix #8B594D
Tints of Spicy Mix #8B594D
RGB
CMYK
RGB Variations
Color information
#8B594D (or 0x8B594D) is known color: Spicy Mix. HEX triplet: 8B, 59 and 4D. RGB value is (139,89,77). Sum of RGB (Red+Green+Blue) = 139+89+77=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B594D is #74A6B2. Grayscale: #666666. Windows color (decimal): -7644851 or 5069195. OLE color: 5069195.
HSL color Cylindrical-coordinate representation of color #8B594D: hue angle of 11.61º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B594D is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 77 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.45 |
| HSL | 11.61º | 0.29% | 0.42% | - |
| HSV(B) | 11.61º | 0.45% | 0.55% | - |
| XYZ | 15.56 | 13.17 | 8.74 | - |
| YUV | 102.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 77 | 0 | 0.36 | 0.45 | 0.45 | 11.61 | 0.29 | 0.42 |
| Hex | 8B | 59 | 4D | 0 | 24 | 2D | 2D | C | 1D | 2A |
| Octal | 213 | 131 | 115 | 0 | 44 | 55 | 55 | 14 | 35 | 52 |
| Binary | 10001011 | 1011001 | 1001101 | 0 | 100100 | 101101 | 101101 | 1100 | 11101 | 101010 |
Color Harmonies of #8B594D
Complementary color
Monochromatic Colors of #8B594D
Black with #8B594D
Text Example
Text Example
White with #8B594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B594D; }
p { color: rgb(139,89,77); }
H1.HeaderClassName
{
color: #8B594D;
}
.AnyTagClassName
{
color: #8B594D;
}
</style>
background-color css
<style>
a { background-color: #8B594D; }
a { background-color: rgb(139,89,77); }
div.DivClassName
{
background-color: #8B594D;
}
.BgClassName
{
background-color: #8B594D;
}
</style>
border-color css
<style>
span { border-color: #8B594D; }
span { border-color: rgb(139,89,77); }
td.TdClassName
{
border-color: #8B594D;
}
.TagClassName
{
border-color: #8B594D;
}
</style>