Shades of Spicy Mix #8A5E50
Tints of Spicy Mix #8A5E50
RGB
CMYK
RGB Variations
Color information
#8A5E50 (or 0x8A5E50) is known color: Spicy Mix. HEX triplet: 8A, 5E and 50. RGB value is (138,94,80). Sum of RGB (Red+Green+Blue) = 138+94+80=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5E50 is #75A1AF. Grayscale: #696969. Windows color (decimal): -7709104 or 5267082. OLE color: 5267082.
HSL color Cylindrical-coordinate representation of color #8A5E50: hue angle of 14.48º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5E50 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 80 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.46 |
| HSL | 14.48º | 0.27% | 0.43% | - |
| HSV(B) | 14.48º | 0.42% | 0.54% | - |
| XYZ | 15.93 | 13.99 | 9.45 | - |
| YUV | 105.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 80 | 0 | 0.32 | 0.42 | 0.46 | 14.48 | 0.27 | 0.43 |
| Hex | 8A | 5E | 50 | 0 | 20 | 2A | 2E | E | 1B | 2B |
| Octal | 212 | 136 | 120 | 0 | 40 | 52 | 56 | 16 | 33 | 53 |
| Binary | 10001010 | 1011110 | 1010000 | 0 | 100000 | 101010 | 101110 | 1110 | 11011 | 101011 |
Color Harmonies of #8A5E50
Complementary color
Monochromatic Colors of #8A5E50
Black with #8A5E50
Text Example
Text Example
White with #8A5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E50; }
p { color: rgb(138,94,80); }
H1.HeaderClassName
{
color: #8A5E50;
}
.AnyTagClassName
{
color: #8A5E50;
}
</style>
background-color css
<style>
a { background-color: #8A5E50; }
a { background-color: rgb(138,94,80); }
div.DivClassName
{
background-color: #8A5E50;
}
.BgClassName
{
background-color: #8A5E50;
}
</style>
border-color css
<style>
span { border-color: #8A5E50; }
span { border-color: rgb(138,94,80); }
td.TdClassName
{
border-color: #8A5E50;
}
.TagClassName
{
border-color: #8A5E50;
}
</style>