Shades of Spicy Mix #8A5E4D
Tints of Spicy Mix #8A5E4D
RGB
CMYK
RGB Variations
Color information
#8A5E4D (or 0x8A5E4D) is known color: Spicy Mix. HEX triplet: 8A, 5E and 4D. RGB value is (138,94,77). Sum of RGB (Red+Green+Blue) = 138+94+77=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5E4D is #75A1B2. Grayscale: #696969. Windows color (decimal): -7709107 or 5070474. OLE color: 5070474.
HSL color Cylindrical-coordinate representation of color #8A5E4D: hue angle of 16.72º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A5E4D is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 77 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.46 |
| HSL | 16.72º | 0.28% | 0.42% | - |
| HSV(B) | 16.72º | 0.44% | 0.54% | - |
| XYZ | 15.82 | 13.94 | 8.88 | - |
| YUV | 105.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 77 | 0 | 0.32 | 0.44 | 0.46 | 16.72 | 0.28 | 0.42 |
| Hex | 8A | 5E | 4D | 0 | 20 | 2C | 2E | 11 | 1C | 2A |
| Octal | 212 | 136 | 115 | 0 | 40 | 54 | 56 | 21 | 34 | 52 |
| Binary | 10001010 | 1011110 | 1001101 | 0 | 100000 | 101100 | 101110 | 10001 | 11100 | 101010 |
Color Harmonies of #8A5E4D
Complementary color
Monochromatic Colors of #8A5E4D
Black with #8A5E4D
Text Example
Text Example
White with #8A5E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E4D; }
p { color: rgb(138,94,77); }
H1.HeaderClassName
{
color: #8A5E4D;
}
.AnyTagClassName
{
color: #8A5E4D;
}
</style>
background-color css
<style>
a { background-color: #8A5E4D; }
a { background-color: rgb(138,94,77); }
div.DivClassName
{
background-color: #8A5E4D;
}
.BgClassName
{
background-color: #8A5E4D;
}
</style>
border-color css
<style>
span { border-color: #8A5E4D; }
span { border-color: rgb(138,94,77); }
td.TdClassName
{
border-color: #8A5E4D;
}
.TagClassName
{
border-color: #8A5E4D;
}
</style>