Shades of Spicy Mix #885D4B
Tints of Spicy Mix #885D4B
RGB
CMYK
RGB Variations
Color information
#885D4B (or 0x885D4B) is known color: Spicy Mix. HEX triplet: 88, 5D and 4B. RGB value is (136,93,75). Sum of RGB (Red+Green+Blue) = 136+93+75=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D4B is #77A2B4. Grayscale: #676767. Windows color (decimal): -7840437 or 4939144. OLE color: 4939144.
HSL color Cylindrical-coordinate representation of color #885D4B: hue angle of 17.7º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #885D4B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 75 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.47 |
| HSL | 17.7º | 0.29% | 0.41% | - |
| HSV(B) | 17.7º | 0.45% | 0.53% | - |
| XYZ | 15.34 | 13.57 | 8.47 | - |
| YUV | 103.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 75 | 0 | 0.32 | 0.45 | 0.47 | 17.7 | 0.29 | 0.41 |
| Hex | 88 | 5D | 4B | 0 | 20 | 2D | 2F | 12 | 1D | 29 |
| Octal | 210 | 135 | 113 | 0 | 40 | 55 | 57 | 22 | 35 | 51 |
| Binary | 10001000 | 1011101 | 1001011 | 0 | 100000 | 101101 | 101111 | 10010 | 11101 | 101001 |
Color Harmonies of #885D4B
Complementary color
Monochromatic Colors of #885D4B
Black with #885D4B
Text Example
Text Example
White with #885D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D4B; }
p { color: rgb(136,93,75); }
H1.HeaderClassName
{
color: #885D4B;
}
.AnyTagClassName
{
color: #885D4B;
}
</style>
background-color css
<style>
a { background-color: #885D4B; }
a { background-color: rgb(136,93,75); }
div.DivClassName
{
background-color: #885D4B;
}
.BgClassName
{
background-color: #885D4B;
}
</style>
border-color css
<style>
span { border-color: #885D4B; }
span { border-color: rgb(136,93,75); }
td.TdClassName
{
border-color: #885D4B;
}
.TagClassName
{
border-color: #885D4B;
}
</style>