Shades of Spicy Mix #8B5A49
Tints of Spicy Mix #8B5A49
RGB
CMYK
RGB Variations
Color information
#8B5A49 (or 0x8B5A49) is known color: Spicy Mix. HEX triplet: 8B, 5A and 49. RGB value is (139,90,73). Sum of RGB (Red+Green+Blue) = 139+90+73=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A49 is #74A5B6. Grayscale: #666666. Windows color (decimal): -7644599 or 4807307. OLE color: 4807307.
HSL color Cylindrical-coordinate representation of color #8B5A49: hue angle of 15.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B5A49 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 73 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.45 |
| HSL | 15.45º | 0.31% | 0.42% | - |
| HSV(B) | 15.45º | 0.47% | 0.55% | - |
| XYZ | 15.51 | 13.28 | 8.05 | - |
| YUV | 102.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 73 | 0 | 0.35 | 0.47 | 0.45 | 15.45 | 0.31 | 0.42 |
| Hex | 8B | 5A | 49 | 0 | 23 | 2F | 2D | F | 1F | 2A |
| Octal | 213 | 132 | 111 | 0 | 43 | 57 | 55 | 17 | 37 | 52 |
| Binary | 10001011 | 1011010 | 1001001 | 0 | 100011 | 101111 | 101101 | 1111 | 11111 | 101010 |
Color Harmonies of #8B5A49
Complementary color
Monochromatic Colors of #8B5A49
Black with #8B5A49
Text Example
Text Example
White with #8B5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A49; }
p { color: rgb(139,90,73); }
H1.HeaderClassName
{
color: #8B5A49;
}
.AnyTagClassName
{
color: #8B5A49;
}
</style>
background-color css
<style>
a { background-color: #8B5A49; }
a { background-color: rgb(139,90,73); }
div.DivClassName
{
background-color: #8B5A49;
}
.BgClassName
{
background-color: #8B5A49;
}
</style>
border-color css
<style>
span { border-color: #8B5A49; }
span { border-color: rgb(139,90,73); }
td.TdClassName
{
border-color: #8B5A49;
}
.TagClassName
{
border-color: #8B5A49;
}
</style>