Shades of Spicy Mix #8B5F50
Tints of Spicy Mix #8B5F50
RGB
CMYK
RGB Variations
Color information
#8B5F50 (or 0x8B5F50) is known color: Spicy Mix. HEX triplet: 8B, 5F and 50. RGB value is (139,95,80). Sum of RGB (Red+Green+Blue) = 139+95+80=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F50 is #74A0AF. Grayscale: #6A6A6A. Windows color (decimal): -7643312 or 5267339. OLE color: 5267339.
HSL color Cylindrical-coordinate representation of color #8B5F50: hue angle of 15.25º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5F50 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 95 | 80 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.45 |
| HSL | 15.25º | 0.27% | 0.43% | - |
| HSV(B) | 15.25º | 0.42% | 0.55% | - |
| XYZ | 16.19 | 14.25 | 9.49 | - |
| YUV | 106.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 80 | 0 | 0.32 | 0.42 | 0.45 | 15.25 | 0.27 | 0.43 |
| Hex | 8B | 5F | 50 | 0 | 20 | 2A | 2D | F | 1B | 2B |
| Octal | 213 | 137 | 120 | 0 | 40 | 52 | 55 | 17 | 33 | 53 |
| Binary | 10001011 | 1011111 | 1010000 | 0 | 100000 | 101010 | 101101 | 1111 | 11011 | 101011 |
Color Harmonies of #8B5F50
Complementary color
Monochromatic Colors of #8B5F50
Black with #8B5F50
Text Example
Text Example
White with #8B5F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5F50; }
p { color: rgb(139,95,80); }
H1.HeaderClassName
{
color: #8B5F50;
}
.AnyTagClassName
{
color: #8B5F50;
}
</style>
background-color css
<style>
a { background-color: #8B5F50; }
a { background-color: rgb(139,95,80); }
div.DivClassName
{
background-color: #8B5F50;
}
.BgClassName
{
background-color: #8B5F50;
}
</style>
border-color css
<style>
span { border-color: #8B5F50; }
span { border-color: rgb(139,95,80); }
td.TdClassName
{
border-color: #8B5F50;
}
.TagClassName
{
border-color: #8B5F50;
}
</style>