#885E54

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

Shades of Spicy Mix #885E54

Tints of Spicy Mix #885E54

Color information

#885E54 (or 0x885E54) is unknown color: approx Spicy Mix. HEX triplet: 88, 5E and 54. RGB value is (136,94,84). Sum of RGB (Red+Green+Blue) = 136+94+84=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #885E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E54 is #77A1AB. Grayscale: #696969. Windows color (decimal): -7840172 or 5529224. OLE color: 5529224.

HSL color Cylindrical-coordinate representation of color #885E54: hue angle of 11.54º degrees, saturation: 0.24, 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 #885E54 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1369484-
CMYK00.310.380.47
HSL11.54º23.64%43.14%-
HSV(B)11.54º38.24%53.33%-
XYZ15.7613.8810.24-
YUV105.42115.91149.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 84 (33.20% from 255) = 26.75%
R=43.31%
G=29.94%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136948400.310.380.4711.5423.6443.14
Hex885E5401F262Fc182b
Octal2101361240374657143053
Binary1000100010111101010100011111100110101111110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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