#885D50

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

Shades of Spicy Mix #885D50

Tints of Spicy Mix #885D50

Color information

#885D50 (or 0x885D50) is unknown color: approx Spicy Mix. HEX triplet: 88, 5D and 50. RGB value is (136,93,80). Sum of RGB (Red+Green+Blue) = 136+93+80=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #885D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D50 is #77A2AF. Grayscale: #686868. Windows color (decimal): -7840432 or 5266824. OLE color: 5266824.

HSL color Cylindrical-coordinate representation of color #885D50: hue angle of 13.93º 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 #885D50 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1369380-
CMYK00.320.410.47
HSL13.93º25.93%42.35%-
HSV(B)13.93º41.18%53.33%-
XYZ15.5213.649.4-
YUV104.38114.25150.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=44.01%
G=30.10%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136938000.320.410.4713.9325.9342.35
Hex885D50020292Fe1a2a
Octal2101351200405157163252
Binary10001000101110110100000100000101001101111111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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