Shades of Spicy Mix #8B5F49
Tints of Spicy Mix #8B5F49
RGB
CMYK
RGB Variations
Color information
#8B5F49 (or 0x8B5F49) is known color: Spicy Mix. HEX triplet: 8B, 5F and 49. RGB value is (139,95,73). Sum of RGB (Red+Green+Blue) = 139+95+73=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5F49 is #74A0B6. Grayscale: #696969. Windows color (decimal): -7643319 or 4808587. OLE color: 4808587.
HSL color Cylindrical-coordinate representation of color #8B5F49: hue angle of 20º 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 #8B5F49 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 95 | 73 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.45 |
| HSL | 20º | 0.31% | 0.42% | - |
| HSV(B) | 20º | 0.47% | 0.55% | - |
| XYZ | 15.94 | 14.15 | 8.2 | - |
| YUV | 105.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 73 | 0 | 0.32 | 0.47 | 0.45 | 20 | 0.31 | 0.42 |
| Hex | 8B | 5F | 49 | 0 | 20 | 2F | 2D | 14 | 1F | 2A |
| Octal | 213 | 137 | 111 | 0 | 40 | 57 | 55 | 24 | 37 | 52 |
| Binary | 10001011 | 1011111 | 1001001 | 0 | 100000 | 101111 | 101101 | 10100 | 11111 | 101010 |
Color Harmonies of #8B5F49
Complementary color
Monochromatic Colors of #8B5F49
Black with #8B5F49
Text Example
Text Example
White with #8B5F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5F49; }
p { color: rgb(139,95,73); }
H1.HeaderClassName
{
color: #8B5F49;
}
.AnyTagClassName
{
color: #8B5F49;
}
</style>
background-color css
<style>
a { background-color: #8B5F49; }
a { background-color: rgb(139,95,73); }
div.DivClassName
{
background-color: #8B5F49;
}
.BgClassName
{
background-color: #8B5F49;
}
</style>
border-color css
<style>
span { border-color: #8B5F49; }
span { border-color: rgb(139,95,73); }
td.TdClassName
{
border-color: #8B5F49;
}
.TagClassName
{
border-color: #8B5F49;
}
</style>