#885F56

Color #885F56 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #885F56

Tints of Spicy Mix #885F56

Color information

#885F56 (or 0x885F56) is unknown color: approx Spicy Mix. HEX triplet: 88, 5F and 56. RGB value is (136,95,86). Sum of RGB (Red+Green+Blue) = 136+95+86=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #885F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F56 is #77A0A9. Grayscale: #6A6A6A. Windows color (decimal): -7839914 or 5660552. OLE color: 5660552.

HSL color Cylindrical-coordinate representation of color #885F56: hue angle of 10.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885F56 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1369586-
CMYK00.300.370.47
HSL10.8º22.52%43.53%-
HSV(B)10.8º36.76%53.33%-
XYZ15.9314.0910.68-
YUV106.23116.58149.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=42.90%
G=29.97%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136958600.300.370.4710.822.5243.53
Hex885F5601E252Fb172c
Octal2101371260364557132754
Binary1000100010111111010110011110100101101111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885F56; }

 p { color: rgb(136,95,86); }

 H1.HeaderClassName
 {
   color: #885F56;
 }
 .AnyTagClassName
 {
   color: #885F56;
 }
</style>
background-color css

<style>
 a { background-color: #885F56; }

 a { background-color: rgb(136,95,86); }

 div.DivClassName
 {
   background-color: #885F56;
 }
 .BgClassName
 {
   background-color: #885F56;
 }
</style>
border-color css

<style>
 span { border-color: #885F56; }

 span { border-color: rgb(136,95,86); }

 td.TdClassName
 {
   border-color: #885F56;
 }
 .TagClassName
 {
   border-color: #885F56;
 }
</style>