Shades of Spicy Mix #8B5E47
Tints of Spicy Mix #8B5E47
RGB
CMYK
RGB Variations
Color information
#8B5E47 (or 0x8B5E47) is known color: Spicy Mix. HEX triplet: 8B, 5E and 47. RGB value is (139,94,71). Sum of RGB (Red+Green+Blue) = 139+94+71=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E47 is #74A1B8. Grayscale: #686868. Windows color (decimal): -7643577 or 4677259. OLE color: 4677259.
HSL color Cylindrical-coordinate representation of color #8B5E47: hue angle of 20.29º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B5E47 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 71 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.45 |
| HSL | 20.29º | 0.32% | 0.41% | - |
| HSV(B) | 20.29º | 0.49% | 0.55% | - |
| XYZ | 15.79 | 13.95 | 7.82 | - |
| YUV | 104.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 71 | 0 | 0.32 | 0.49 | 0.45 | 20.29 | 0.32 | 0.41 |
| Hex | 8B | 5E | 47 | 0 | 20 | 31 | 2D | 14 | 20 | 29 |
| Octal | 213 | 136 | 107 | 0 | 40 | 61 | 55 | 24 | 40 | 51 |
| Binary | 10001011 | 1011110 | 1000111 | 0 | 100000 | 110001 | 101101 | 10100 | 100000 | 101001 |
Color Harmonies of #8B5E47
Complementary color
Monochromatic Colors of #8B5E47
Black with #8B5E47
Text Example
Text Example
White with #8B5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E47; }
p { color: rgb(139,94,71); }
H1.HeaderClassName
{
color: #8B5E47;
}
.AnyTagClassName
{
color: #8B5E47;
}
</style>
background-color css
<style>
a { background-color: #8B5E47; }
a { background-color: rgb(139,94,71); }
div.DivClassName
{
background-color: #8B5E47;
}
.BgClassName
{
background-color: #8B5E47;
}
</style>
border-color css
<style>
span { border-color: #8B5E47; }
span { border-color: rgb(139,94,71); }
td.TdClassName
{
border-color: #8B5E47;
}
.TagClassName
{
border-color: #8B5E47;
}
</style>