Shades of Spicy Mix #8B5F52
Tints of Spicy Mix #8B5F52
RGB
CMYK
RGB Variations
Color information
#8B5F52 (or 0x8B5F52) is known color: Spicy Mix. HEX triplet: 8B, 5F and 52. RGB value is (139,95,82). Sum of RGB (Red+Green+Blue) = 139+95+82=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F52 is #74A0AD. Grayscale: #6A6A6A. Windows color (decimal): -7643310 or 5398411. OLE color: 5398411.
HSL color Cylindrical-coordinate representation of color #8B5F52: hue angle of 13.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5F52 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 95 | 82 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.45 |
| HSL | 13.68º | 0.26% | 0.43% | - |
| HSV(B) | 13.68º | 0.41% | 0.55% | - |
| XYZ | 16.26 | 14.28 | 9.88 | - |
| YUV | 106.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 82 | 0 | 0.32 | 0.41 | 0.45 | 13.68 | 0.26 | 0.43 |
| Hex | 8B | 5F | 52 | 0 | 20 | 29 | 2D | E | 1A | 2B |
| Octal | 213 | 137 | 122 | 0 | 40 | 51 | 55 | 16 | 32 | 53 |
| Binary | 10001011 | 1011111 | 1010010 | 0 | 100000 | 101001 | 101101 | 1110 | 11010 | 101011 |
Color Harmonies of #8B5F52
Complementary color
Monochromatic Colors of #8B5F52
Black with #8B5F52
Text Example
Text Example
White with #8B5F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5F52; }
p { color: rgb(139,95,82); }
H1.HeaderClassName
{
color: #8B5F52;
}
.AnyTagClassName
{
color: #8B5F52;
}
</style>
background-color css
<style>
a { background-color: #8B5F52; }
a { background-color: rgb(139,95,82); }
div.DivClassName
{
background-color: #8B5F52;
}
.BgClassName
{
background-color: #8B5F52;
}
</style>
border-color css
<style>
span { border-color: #8B5F52; }
span { border-color: rgb(139,95,82); }
td.TdClassName
{
border-color: #8B5F52;
}
.TagClassName
{
border-color: #8B5F52;
}
</style>