Shades of Spicy Mix #8D5E46
Tints of Spicy Mix #8D5E46
RGB
CMYK
RGB Variations
Color information
#8D5E46 (or 0x8D5E46) is known color: Spicy Mix. HEX triplet: 8D, 5E and 46. RGB value is (141,94,70). Sum of RGB (Red+Green+Blue) = 141+94+70=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E46 is #72A1B9. Grayscale: #696969. Windows color (decimal): -7512506 or 4611725. OLE color: 4611725.
HSL color Cylindrical-coordinate representation of color #8D5E46: hue angle of 20.28º degrees, saturation: 0.34, 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 #8D5E46 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 94 | 70 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.45 |
| HSL | 20.28º | 0.34% | 0.41% | - |
| HSV(B) | 20.28º | 0.5% | 0.55% | - |
| XYZ | 16.09 | 14.11 | 7.67 | - |
| YUV | 105.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 70 | 0 | 0.33 | 0.50 | 0.45 | 20.28 | 0.34 | 0.41 |
| Hex | 8D | 5E | 46 | 0 | 21 | 32 | 2D | 14 | 22 | 29 |
| Octal | 215 | 136 | 106 | 0 | 41 | 62 | 55 | 24 | 42 | 51 |
| Binary | 10001101 | 1011110 | 1000110 | 0 | 100001 | 110010 | 101101 | 10100 | 100010 | 101001 |
Color Harmonies of #8D5E46
Complementary color
Monochromatic Colors of #8D5E46
Black with #8D5E46
Text Example
Text Example
White with #8D5E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5E46; }
p { color: rgb(141,94,70); }
H1.HeaderClassName
{
color: #8D5E46;
}
.AnyTagClassName
{
color: #8D5E46;
}
</style>
background-color css
<style>
a { background-color: #8D5E46; }
a { background-color: rgb(141,94,70); }
div.DivClassName
{
background-color: #8D5E46;
}
.BgClassName
{
background-color: #8D5E46;
}
</style>
border-color css
<style>
span { border-color: #8D5E46; }
span { border-color: rgb(141,94,70); }
td.TdClassName
{
border-color: #8D5E46;
}
.TagClassName
{
border-color: #8D5E46;
}
</style>