Shades of Spicy Mix #8A5F4F
Tints of Spicy Mix #8A5F4F
RGB
CMYK
RGB Variations
Color information
#8A5F4F (or 0x8A5F4F) is known color: Spicy Mix. HEX triplet: 8A, 5F and 4F. RGB value is (138,95,79). Sum of RGB (Red+Green+Blue) = 138+95+79=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F4F is #75A0B0. Grayscale: #6A6A6A. Windows color (decimal): -7708849 or 5201802. OLE color: 5201802.
HSL color Cylindrical-coordinate representation of color #8A5F4F: hue angle of 16.27º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A5F4F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 95 | 79 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.46 |
| HSL | 16.27º | 0.27% | 0.43% | - |
| HSV(B) | 16.27º | 0.43% | 0.54% | - |
| XYZ | 15.98 | 14.15 | 9.29 | - |
| YUV | 106.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 79 | 0 | 0.31 | 0.43 | 0.46 | 16.27 | 0.27 | 0.43 |
| Hex | 8A | 5F | 4F | 0 | 1F | 2B | 2E | 10 | 1B | 2B |
| Octal | 212 | 137 | 117 | 0 | 37 | 53 | 56 | 20 | 33 | 53 |
| Binary | 10001010 | 1011111 | 1001111 | 0 | 11111 | 101011 | 101110 | 10000 | 11011 | 101011 |
Color Harmonies of #8A5F4F
Complementary color
Monochromatic Colors of #8A5F4F
Black with #8A5F4F
Text Example
Text Example
White with #8A5F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5F4F; }
p { color: rgb(138,95,79); }
H1.HeaderClassName
{
color: #8A5F4F;
}
.AnyTagClassName
{
color: #8A5F4F;
}
</style>
background-color css
<style>
a { background-color: #8A5F4F; }
a { background-color: rgb(138,95,79); }
div.DivClassName
{
background-color: #8A5F4F;
}
.BgClassName
{
background-color: #8A5F4F;
}
</style>
border-color css
<style>
span { border-color: #8A5F4F; }
span { border-color: rgb(138,95,79); }
td.TdClassName
{
border-color: #8A5F4F;
}
.TagClassName
{
border-color: #8A5F4F;
}
</style>