Shades of Spicy Mix #8D6048
Tints of Spicy Mix #8D6048
RGB
CMYK
RGB Variations
Color information
#8D6048 (or 0x8D6048) is known color: Spicy Mix. HEX triplet: 8D, 60 and 48. RGB value is (141,96,72). Sum of RGB (Red+Green+Blue) = 141+96+72=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6048 is #729FB7. Grayscale: #6A6A6A. Windows color (decimal): -7511992 or 4743309. OLE color: 4743309.
HSL color Cylindrical-coordinate representation of color #8D6048: hue angle of 20.87º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D6048 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 72 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.45 |
| HSL | 20.87º | 0.32% | 0.42% | - |
| HSV(B) | 20.87º | 0.49% | 0.55% | - |
| XYZ | 16.34 | 14.5 | 8.07 | - |
| YUV | 106.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 72 | 0 | 0.32 | 0.49 | 0.45 | 20.87 | 0.32 | 0.42 |
| Hex | 8D | 60 | 48 | 0 | 20 | 31 | 2D | 15 | 20 | 2A |
| Octal | 215 | 140 | 110 | 0 | 40 | 61 | 55 | 25 | 40 | 52 |
| Binary | 10001101 | 1100000 | 1001000 | 0 | 100000 | 110001 | 101101 | 10101 | 100000 | 101010 |
Color Harmonies of #8D6048
Complementary color
Monochromatic Colors of #8D6048
Black with #8D6048
Text Example
Text Example
White with #8D6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6048; }
p { color: rgb(141,96,72); }
H1.HeaderClassName
{
color: #8D6048;
}
.AnyTagClassName
{
color: #8D6048;
}
</style>
background-color css
<style>
a { background-color: #8D6048; }
a { background-color: rgb(141,96,72); }
div.DivClassName
{
background-color: #8D6048;
}
.BgClassName
{
background-color: #8D6048;
}
</style>
border-color css
<style>
span { border-color: #8D6048; }
span { border-color: rgb(141,96,72); }
td.TdClassName
{
border-color: #8D6048;
}
.TagClassName
{
border-color: #8D6048;
}
</style>