Shades of Spicy Mix #8B5D46
Tints of Spicy Mix #8B5D46
RGB
CMYK
RGB Variations
Color information
#8B5D46 (or 0x8B5D46) is known color: Spicy Mix. HEX triplet: 8B, 5D and 46. RGB value is (139,93,70). Sum of RGB (Red+Green+Blue) = 139+93+70=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D46 is #74A2B9. Grayscale: #686868. Windows color (decimal): -7643834 or 4611467. OLE color: 4611467.
HSL color Cylindrical-coordinate representation of color #8B5D46: hue angle of 20º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5D46 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 70 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.45 |
| HSL | 20º | 0.33% | 0.41% | - |
| HSV(B) | 20º | 0.5% | 0.55% | - |
| XYZ | 15.67 | 13.76 | 7.62 | - |
| YUV | 104.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 70 | 0 | 0.33 | 0.50 | 0.45 | 20 | 0.33 | 0.41 |
| Hex | 8B | 5D | 46 | 0 | 21 | 32 | 2D | 14 | 21 | 29 |
| Octal | 213 | 135 | 106 | 0 | 41 | 62 | 55 | 24 | 41 | 51 |
| Binary | 10001011 | 1011101 | 1000110 | 0 | 100001 | 110010 | 101101 | 10100 | 100001 | 101001 |
Color Harmonies of #8B5D46
Complementary color
Monochromatic Colors of #8B5D46
Black with #8B5D46
Text Example
Text Example
White with #8B5D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D46; }
p { color: rgb(139,93,70); }
H1.HeaderClassName
{
color: #8B5D46;
}
.AnyTagClassName
{
color: #8B5D46;
}
</style>
background-color css
<style>
a { background-color: #8B5D46; }
a { background-color: rgb(139,93,70); }
div.DivClassName
{
background-color: #8B5D46;
}
.BgClassName
{
background-color: #8B5D46;
}
</style>
border-color css
<style>
span { border-color: #8B5D46; }
span { border-color: rgb(139,93,70); }
td.TdClassName
{
border-color: #8B5D46;
}
.TagClassName
{
border-color: #8B5D46;
}
</style>