#885E50

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

Shades of Spicy Mix #885E50

Tints of Spicy Mix #885E50

Color information

#885E50 (or 0x885E50) is unknown color: approx Spicy Mix. HEX triplet: 88, 5E and 50. RGB value is (136,94,80). Sum of RGB (Red+Green+Blue) = 136+94+80=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #885E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E50 is #77A1AF. Grayscale: #696969. Windows color (decimal): -7840176 or 5267080. OLE color: 5267080.

HSL color Cylindrical-coordinate representation of color #885E50: hue angle of 15º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885E50 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1369480-
CMYK00.310.410.47
HSL15º25.93%42.35%-
HSV(B)15º41.18%53.33%-
XYZ15.613.829.43-
YUV104.96113.91150.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=43.87%
G=30.32%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136948000.310.410.471525.9342.35
Hex885E5001F292Ff1a2a
Octal2101361200375157173252
Binary1000100010111101010000011111101001101111111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,94,80); }

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

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

 a { background-color: rgb(136,94,80); }

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

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

 span { border-color: rgb(136,94,80); }

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