#885D4C

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

Shades of Spicy Mix #885D4C

Tints of Spicy Mix #885D4C

Color information

#885D4C (or 0x885D4C) is unknown color: approx Spicy Mix. HEX triplet: 88, 5D and 4C. RGB value is (136,93,76). Sum of RGB (Red+Green+Blue) = 136+93+76=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D4C is #77A2B3. Grayscale: #686868. Windows color (decimal): -7840436 or 5004680. OLE color: 5004680.

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

Color convert

RGB1369376-
CMYK00.320.440.47
HSL17º28.3%41.57%-
HSV(B)17º44.12%53.33%-
XYZ15.3713.588.65-
YUV103.92112.25150.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=44.59%
G=30.49%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136937600.320.440.471728.341.57
Hex885D4C0202C2F111c2a
Octal2101351140405457213452
Binary100010001011101100110001000001011001011111000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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