Shades of Spicy Mix #8B5B4D
Tints of Spicy Mix #8B5B4D
RGB
CMYK
RGB Variations
Color information
#8B5B4D (or 0x8B5B4D) is known color: Spicy Mix. HEX triplet: 8B, 5B and 4D. RGB value is (139,91,77). Sum of RGB (Red+Green+Blue) = 139+91+77=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B4D is #74A4B2. Grayscale: #676767. Windows color (decimal): -7644339 or 5069707. OLE color: 5069707.
HSL color Cylindrical-coordinate representation of color #8B5B4D: hue angle of 13.55º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B5B4D is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 77 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.45 |
| HSL | 13.55º | 0.29% | 0.42% | - |
| HSV(B) | 13.55º | 0.45% | 0.55% | - |
| XYZ | 15.73 | 13.51 | 8.8 | - |
| YUV | 103.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 77 | 0 | 0.35 | 0.45 | 0.45 | 13.55 | 0.29 | 0.42 |
| Hex | 8B | 5B | 4D | 0 | 23 | 2D | 2D | E | 1D | 2A |
| Octal | 213 | 133 | 115 | 0 | 43 | 55 | 55 | 16 | 35 | 52 |
| Binary | 10001011 | 1011011 | 1001101 | 0 | 100011 | 101101 | 101101 | 1110 | 11101 | 101010 |
Color Harmonies of #8B5B4D
Complementary color
Monochromatic Colors of #8B5B4D
Black with #8B5B4D
Text Example
Text Example
White with #8B5B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B4D; }
p { color: rgb(139,91,77); }
H1.HeaderClassName
{
color: #8B5B4D;
}
.AnyTagClassName
{
color: #8B5B4D;
}
</style>
background-color css
<style>
a { background-color: #8B5B4D; }
a { background-color: rgb(139,91,77); }
div.DivClassName
{
background-color: #8B5B4D;
}
.BgClassName
{
background-color: #8B5B4D;
}
</style>
border-color css
<style>
span { border-color: #8B5B4D; }
span { border-color: rgb(139,91,77); }
td.TdClassName
{
border-color: #8B5B4D;
}
.TagClassName
{
border-color: #8B5B4D;
}
</style>