Shades of Spicy Mix #8C5E4A
Tints of Spicy Mix #8C5E4A
RGB
CMYK
RGB Variations
Color information
#8C5E4A (or 0x8C5E4A) is known color: Spicy Mix. HEX triplet: 8C, 5E and 4A. RGB value is (140,94,74). Sum of RGB (Red+Green+Blue) = 140+94+74=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5E4A is #73A1B5. Grayscale: #696969. Windows color (decimal): -7578038 or 4873868. OLE color: 4873868.
HSL color Cylindrical-coordinate representation of color #8C5E4A: hue angle of 18.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C5E4A is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 94 | 74 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.45 |
| HSL | 18.18º | 0.31% | 0.42% | - |
| HSV(B) | 18.18º | 0.47% | 0.55% | - |
| XYZ | 16.05 | 14.08 | 8.35 | - |
| YUV | 105.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 74 | 0 | 0.33 | 0.47 | 0.45 | 18.18 | 0.31 | 0.42 |
| Hex | 8C | 5E | 4A | 0 | 21 | 2F | 2D | 12 | 1F | 2A |
| Octal | 214 | 136 | 112 | 0 | 41 | 57 | 55 | 22 | 37 | 52 |
| Binary | 10001100 | 1011110 | 1001010 | 0 | 100001 | 101111 | 101101 | 10010 | 11111 | 101010 |
Color Harmonies of #8C5E4A
Complementary color
Monochromatic Colors of #8C5E4A
Black with #8C5E4A
Text Example
Text Example
White with #8C5E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5E4A; }
p { color: rgb(140,94,74); }
H1.HeaderClassName
{
color: #8C5E4A;
}
.AnyTagClassName
{
color: #8C5E4A;
}
</style>
background-color css
<style>
a { background-color: #8C5E4A; }
a { background-color: rgb(140,94,74); }
div.DivClassName
{
background-color: #8C5E4A;
}
.BgClassName
{
background-color: #8C5E4A;
}
</style>
border-color css
<style>
span { border-color: #8C5E4A; }
span { border-color: rgb(140,94,74); }
td.TdClassName
{
border-color: #8C5E4A;
}
.TagClassName
{
border-color: #8C5E4A;
}
</style>