Shades of Spicy Mix #8D5A49
Tints of Spicy Mix #8D5A49
RGB
CMYK
RGB Variations
Color information
#8D5A49 (or 0x8D5A49) is known color: Spicy Mix. HEX triplet: 8D, 5A and 49. RGB value is (141,90,73). Sum of RGB (Red+Green+Blue) = 141+90+73=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5A49 is #72A5B6. Grayscale: #676767. Windows color (decimal): -7513527 or 4807309. OLE color: 4807309.
HSL color Cylindrical-coordinate representation of color #8D5A49: hue angle of 15º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D5A49 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 73 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.45 |
| HSL | 15º | 0.32% | 0.42% | - |
| HSV(B) | 15º | 0.48% | 0.55% | - |
| XYZ | 15.84 | 13.46 | 8.07 | - |
| YUV | 103.31 | 110.9 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 73 | 0 | 0.36 | 0.48 | 0.45 | 15 | 0.32 | 0.42 |
| Hex | 8D | 5A | 49 | 0 | 24 | 30 | 2D | F | 20 | 2A |
| Octal | 215 | 132 | 111 | 0 | 44 | 60 | 55 | 17 | 40 | 52 |
| Binary | 10001101 | 1011010 | 1001001 | 0 | 100100 | 110000 | 101101 | 1111 | 100000 | 101010 |
Color Harmonies of #8D5A49
Complementary color
Monochromatic Colors of #8D5A49
Black with #8D5A49
Text Example
Text Example
White with #8D5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A49; }
p { color: rgb(141,90,73); }
H1.HeaderClassName
{
color: #8D5A49;
}
.AnyTagClassName
{
color: #8D5A49;
}
</style>
background-color css
<style>
a { background-color: #8D5A49; }
a { background-color: rgb(141,90,73); }
div.DivClassName
{
background-color: #8D5A49;
}
.BgClassName
{
background-color: #8D5A49;
}
</style>
border-color css
<style>
span { border-color: #8D5A49; }
span { border-color: rgb(141,90,73); }
td.TdClassName
{
border-color: #8D5A49;
}
.TagClassName
{
border-color: #8D5A49;
}
</style>