Shades of Spicy Mix #8B5B46
Tints of Spicy Mix #8B5B46
RGB
CMYK
RGB Variations
Color information
#8B5B46 (or 0x8B5B46) is known color: Spicy Mix. HEX triplet: 8B, 5B and 46. RGB value is (139,91,70). Sum of RGB (Red+Green+Blue) = 139+91+70=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5B46 is #74A4B9. Grayscale: #676767. Windows color (decimal): -7644346 or 4610955. OLE color: 4610955.
HSL color Cylindrical-coordinate representation of color #8B5B46: hue angle of 18.26º degrees, saturation: 0.33, 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 #8B5B46 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 70 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.45 |
| HSL | 18.26º | 0.33% | 0.41% | - |
| HSV(B) | 18.26º | 0.5% | 0.55% | - |
| XYZ | 15.49 | 13.41 | 7.57 | - |
| YUV | 102.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 70 | 0 | 0.35 | 0.50 | 0.45 | 18.26 | 0.33 | 0.41 |
| Hex | 8B | 5B | 46 | 0 | 23 | 32 | 2D | 12 | 21 | 29 |
| Octal | 213 | 133 | 106 | 0 | 43 | 62 | 55 | 22 | 41 | 51 |
| Binary | 10001011 | 1011011 | 1000110 | 0 | 100011 | 110010 | 101101 | 10010 | 100001 | 101001 |
Color Harmonies of #8B5B46
Complementary color
Monochromatic Colors of #8B5B46
Black with #8B5B46
Text Example
Text Example
White with #8B5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B46; }
p { color: rgb(139,91,70); }
H1.HeaderClassName
{
color: #8B5B46;
}
.AnyTagClassName
{
color: #8B5B46;
}
</style>
background-color css
<style>
a { background-color: #8B5B46; }
a { background-color: rgb(139,91,70); }
div.DivClassName
{
background-color: #8B5B46;
}
.BgClassName
{
background-color: #8B5B46;
}
</style>
border-color css
<style>
span { border-color: #8B5B46; }
span { border-color: rgb(139,91,70); }
td.TdClassName
{
border-color: #8B5B46;
}
.TagClassName
{
border-color: #8B5B46;
}
</style>