Shades of Spicy Mix #8B5845
Tints of Spicy Mix #8B5845
RGB
CMYK
RGB Variations
Color information
#8B5845 (or 0x8B5845) is known color: Spicy Mix. HEX triplet: 8B, 58 and 45. RGB value is (139,88,69). Sum of RGB (Red+Green+Blue) = 139+88+69=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5845 is #74A7BA. Grayscale: #656565. Windows color (decimal): -7645115 or 4544651. OLE color: 4544651.
HSL color Cylindrical-coordinate representation of color #8B5845: hue angle of 16.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5845 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 69 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.45 |
| HSL | 16.29º | 0.34% | 0.41% | - |
| HSV(B) | 16.29º | 0.5% | 0.55% | - |
| XYZ | 15.21 | 12.9 | 7.32 | - |
| YUV | 101.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 69 | 0 | 0.37 | 0.50 | 0.45 | 16.29 | 0.34 | 0.41 |
| Hex | 8B | 58 | 45 | 0 | 25 | 32 | 2D | 10 | 22 | 29 |
| Octal | 213 | 130 | 105 | 0 | 45 | 62 | 55 | 20 | 42 | 51 |
| Binary | 10001011 | 1011000 | 1000101 | 0 | 100101 | 110010 | 101101 | 10000 | 100010 | 101001 |
Color Harmonies of #8B5845
Complementary color
Monochromatic Colors of #8B5845
Black with #8B5845
Text Example
Text Example
White with #8B5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5845; }
p { color: rgb(139,88,69); }
H1.HeaderClassName
{
color: #8B5845;
}
.AnyTagClassName
{
color: #8B5845;
}
</style>
background-color css
<style>
a { background-color: #8B5845; }
a { background-color: rgb(139,88,69); }
div.DivClassName
{
background-color: #8B5845;
}
.BgClassName
{
background-color: #8B5845;
}
</style>
border-color css
<style>
span { border-color: #8B5845; }
span { border-color: rgb(139,88,69); }
td.TdClassName
{
border-color: #8B5845;
}
.TagClassName
{
border-color: #8B5845;
}
</style>