#885C55

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

Shades of Spicy Mix #885C55

Tints of Spicy Mix #885C55

Color information

#885C55 (or 0x885C55) is unknown color: approx Spicy Mix. HEX triplet: 88, 5C and 55. RGB value is (136,92,85). Sum of RGB (Red+Green+Blue) = 136+92+85=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #885C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C55 is #77A3AA. Grayscale: #686868. Windows color (decimal): -7840683 or 5594248. OLE color: 5594248.

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

Color convert

RGB1369285-
CMYK00.320.380.47
HSL8.24º23.08%43.33%-
HSV(B)8.24º37.5%53.33%-
XYZ15.6213.5410.39-
YUV104.36117.08150.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 85 (33.59% from 255) = 27.16%
R=43.45%
G=29.39%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136928500.320.380.478.2423.0843.33
Hex885C55020262F8172b
Octal2101341250404657102753
Binary10001000101110010101010100000100110101111100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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