Shades of Spicy Mix #8A5E4B
Tints of Spicy Mix #8A5E4B
RGB
CMYK
RGB Variations
Color information
#8A5E4B (or 0x8A5E4B) is known color: Spicy Mix. HEX triplet: 8A, 5E and 4B. RGB value is (138,94,75). Sum of RGB (Red+Green+Blue) = 138+94+75=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5E4B is #75A1B4. Grayscale: #696969. Windows color (decimal): -7709109 or 4939402. OLE color: 4939402.
HSL color Cylindrical-coordinate representation of color #8A5E4B: hue angle of 18.1º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A5E4B is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 75 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.46 |
| HSL | 18.1º | 0.3% | 0.42% | - |
| HSV(B) | 18.1º | 0.46% | 0.54% | - |
| XYZ | 15.75 | 13.92 | 8.51 | - |
| YUV | 104.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 75 | 0 | 0.32 | 0.46 | 0.46 | 18.1 | 0.3 | 0.42 |
| Hex | 8A | 5E | 4B | 0 | 20 | 2E | 2E | 12 | 1E | 2A |
| Octal | 212 | 136 | 113 | 0 | 40 | 56 | 56 | 22 | 36 | 52 |
| Binary | 10001010 | 1011110 | 1001011 | 0 | 100000 | 101110 | 101110 | 10010 | 11110 | 101010 |
Color Harmonies of #8A5E4B
Complementary color
Monochromatic Colors of #8A5E4B
Black with #8A5E4B
Text Example
Text Example
White with #8A5E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E4B; }
p { color: rgb(138,94,75); }
H1.HeaderClassName
{
color: #8A5E4B;
}
.AnyTagClassName
{
color: #8A5E4B;
}
</style>
background-color css
<style>
a { background-color: #8A5E4B; }
a { background-color: rgb(138,94,75); }
div.DivClassName
{
background-color: #8A5E4B;
}
.BgClassName
{
background-color: #8A5E4B;
}
</style>
border-color css
<style>
span { border-color: #8A5E4B; }
span { border-color: rgb(138,94,75); }
td.TdClassName
{
border-color: #8A5E4B;
}
.TagClassName
{
border-color: #8A5E4B;
}
</style>