Shades of Spicy Mix #8B6053
Tints of Spicy Mix #8B6053
RGB
CMYK
RGB Variations
Color information
#8B6053 (or 0x8B6053) is known color: Spicy Mix. HEX triplet: 8B, 60 and 53. RGB value is (139,96,83). Sum of RGB (Red+Green+Blue) = 139+96+83=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6053 is #749FAC. Grayscale: #6B6B6B. Windows color (decimal): -7643053 or 5464203. OLE color: 5464203.
HSL color Cylindrical-coordinate representation of color #8B6053: hue angle of 13.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B6053 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 83 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.45 |
| HSL | 13.93º | 0.25% | 0.44% | - |
| HSV(B) | 13.93º | 0.4% | 0.55% | - |
| XYZ | 16.39 | 14.48 | 10.11 | - |
| YUV | 107.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 83 | 0 | 0.31 | 0.40 | 0.45 | 13.93 | 0.25 | 0.44 |
| Hex | 8B | 60 | 53 | 0 | 1F | 28 | 2D | E | 19 | 2C |
| Octal | 213 | 140 | 123 | 0 | 37 | 50 | 55 | 16 | 31 | 54 |
| Binary | 10001011 | 1100000 | 1010011 | 0 | 11111 | 101000 | 101101 | 1110 | 11001 | 101100 |
Color Harmonies of #8B6053
Complementary color
Monochromatic Colors of #8B6053
Black with #8B6053
Text Example
Text Example
White with #8B6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6053; }
p { color: rgb(139,96,83); }
H1.HeaderClassName
{
color: #8B6053;
}
.AnyTagClassName
{
color: #8B6053;
}
</style>
background-color css
<style>
a { background-color: #8B6053; }
a { background-color: rgb(139,96,83); }
div.DivClassName
{
background-color: #8B6053;
}
.BgClassName
{
background-color: #8B6053;
}
</style>
border-color css
<style>
span { border-color: #8B6053; }
span { border-color: rgb(139,96,83); }
td.TdClassName
{
border-color: #8B6053;
}
.TagClassName
{
border-color: #8B6053;
}
</style>