#885C49

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

Shades of Spicy Mix #885C49

Tints of Spicy Mix #885C49

Color information

#885C49 (or 0x885C49) is unknown color: approx Spicy Mix. HEX triplet: 88, 5C and 49. RGB value is (136,92,73). Sum of RGB (Red+Green+Blue) = 136+92+73=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #885C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C49 is #77A3B6. Grayscale: #676767. Windows color (decimal): -7840695 or 4807816. OLE color: 4807816.

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

Color convert

RGB1369273-
CMYK00.320.460.47
HSL18.1º30.14%40.98%-
HSV(B)18.1º46.32%53.33%-
XYZ15.1813.378.08-
YUV102.99111.08151.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=45.18%
G=30.56%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136927300.320.460.4718.130.1440.98
Hex885C490202E2F121e29
Octal2101341110405657223651
Binary100010001011100100100101000001011101011111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,92,73); }

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

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

 a { background-color: rgb(136,92,73); }

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

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

 span { border-color: rgb(136,92,73); }

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