Shades of Spicy Mix #8A5B46
Tints of Spicy Mix #8A5B46
RGB
CMYK
RGB Variations
Color information
#8A5B46 (or 0x8A5B46) is known color: Spicy Mix. HEX triplet: 8A, 5B and 46. RGB value is (138,91,70). Sum of RGB (Red+Green+Blue) = 138+91+70=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5B46 is #75A4B9. Grayscale: #666666. Windows color (decimal): -7709882 or 4610954. OLE color: 4610954.
HSL color Cylindrical-coordinate representation of color #8A5B46: hue angle of 18.53º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A5B46 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 91 | 70 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.46 |
| HSL | 18.53º | 0.33% | 0.41% | - |
| HSV(B) | 18.53º | 0.49% | 0.54% | - |
| XYZ | 15.33 | 13.33 | 7.56 | - |
| YUV | 102.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 70 | 0 | 0.34 | 0.49 | 0.46 | 18.53 | 0.33 | 0.41 |
| Hex | 8A | 5B | 46 | 0 | 22 | 31 | 2E | 13 | 21 | 29 |
| Octal | 212 | 133 | 106 | 0 | 42 | 61 | 56 | 23 | 41 | 51 |
| Binary | 10001010 | 1011011 | 1000110 | 0 | 100010 | 110001 | 101110 | 10011 | 100001 | 101001 |
Color Harmonies of #8A5B46
Complementary color
Monochromatic Colors of #8A5B46
Black with #8A5B46
Text Example
Text Example
White with #8A5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5B46; }
p { color: rgb(138,91,70); }
H1.HeaderClassName
{
color: #8A5B46;
}
.AnyTagClassName
{
color: #8A5B46;
}
</style>
background-color css
<style>
a { background-color: #8A5B46; }
a { background-color: rgb(138,91,70); }
div.DivClassName
{
background-color: #8A5B46;
}
.BgClassName
{
background-color: #8A5B46;
}
</style>
border-color css
<style>
span { border-color: #8A5B46; }
span { border-color: rgb(138,91,70); }
td.TdClassName
{
border-color: #8A5B46;
}
.TagClassName
{
border-color: #8A5B46;
}
</style>