Shades of Spicy Mix #8A5D55
Tints of Spicy Mix #8A5D55
RGB
CMYK
RGB Variations
Color information
#8A5D55 (or 0x8A5D55) is known color: Spicy Mix. HEX triplet: 8A, 5D and 55. RGB value is (138,93,85). Sum of RGB (Red+Green+Blue) = 138+93+85=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5D55 is #75A2AA. Grayscale: #696969. Windows color (decimal): -7709355 or 5594506. OLE color: 5594506.
HSL color Cylindrical-coordinate representation of color #8A5D55: hue angle of 9.06º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5D55 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 93 | 85 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.46 |
| HSL | 9.06º | 0.24% | 0.44% | - |
| HSV(B) | 9.06º | 0.38% | 0.54% | - |
| XYZ | 16.04 | 13.89 | 10.43 | - |
| YUV | 105.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 85 | 0 | 0.33 | 0.38 | 0.46 | 9.06 | 0.24 | 0.44 |
| Hex | 8A | 5D | 55 | 0 | 21 | 26 | 2E | 9 | 18 | 2C |
| Octal | 212 | 135 | 125 | 0 | 41 | 46 | 56 | 11 | 30 | 54 |
| Binary | 10001010 | 1011101 | 1010101 | 0 | 100001 | 100110 | 101110 | 1001 | 11000 | 101100 |
Color Harmonies of #8A5D55
Complementary color
Monochromatic Colors of #8A5D55
Black with #8A5D55
Text Example
Text Example
White with #8A5D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5D55; }
p { color: rgb(138,93,85); }
H1.HeaderClassName
{
color: #8A5D55;
}
.AnyTagClassName
{
color: #8A5D55;
}
</style>
background-color css
<style>
a { background-color: #8A5D55; }
a { background-color: rgb(138,93,85); }
div.DivClassName
{
background-color: #8A5D55;
}
.BgClassName
{
background-color: #8A5D55;
}
</style>
border-color css
<style>
span { border-color: #8A5D55; }
span { border-color: rgb(138,93,85); }
td.TdClassName
{
border-color: #8A5D55;
}
.TagClassName
{
border-color: #8A5D55;
}
</style>