Shades of Spicy Mix #8A5C53
Tints of Spicy Mix #8A5C53
RGB
CMYK
RGB Variations
Color information
#8A5C53 (or 0x8A5C53) is known color: Spicy Mix. HEX triplet: 8A, 5C and 53. RGB value is (138,92,83). Sum of RGB (Red+Green+Blue) = 138+92+83=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C53 is #75A3AC. Grayscale: #686868. Windows color (decimal): -7709613 or 5463178. OLE color: 5463178.
HSL color Cylindrical-coordinate representation of color #8A5C53: hue angle of 9.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A5C53 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 92 | 83 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.46 |
| HSL | 9.82º | 0.25% | 0.43% | - |
| HSV(B) | 9.82º | 0.4% | 0.54% | - |
| XYZ | 15.87 | 13.68 | 9.99 | - |
| YUV | 104.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 92 | 83 | 0 | 0.33 | 0.40 | 0.46 | 9.82 | 0.25 | 0.43 |
| Hex | 8A | 5C | 53 | 0 | 21 | 28 | 2E | A | 19 | 2B |
| Octal | 212 | 134 | 123 | 0 | 41 | 50 | 56 | 12 | 31 | 53 |
| Binary | 10001010 | 1011100 | 1010011 | 0 | 100001 | 101000 | 101110 | 1010 | 11001 | 101011 |
Color Harmonies of #8A5C53
Complementary color
Monochromatic Colors of #8A5C53
Black with #8A5C53
Text Example
Text Example
White with #8A5C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5C53; }
p { color: rgb(138,92,83); }
H1.HeaderClassName
{
color: #8A5C53;
}
.AnyTagClassName
{
color: #8A5C53;
}
</style>
background-color css
<style>
a { background-color: #8A5C53; }
a { background-color: rgb(138,92,83); }
div.DivClassName
{
background-color: #8A5C53;
}
.BgClassName
{
background-color: #8A5C53;
}
</style>
border-color css
<style>
span { border-color: #8A5C53; }
span { border-color: rgb(138,92,83); }
td.TdClassName
{
border-color: #8A5C53;
}
.TagClassName
{
border-color: #8A5C53;
}
</style>