#885D54

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

Shades of Spicy Mix #885D54

Tints of Spicy Mix #885D54

Color information

#885D54 (or 0x885D54) is unknown color: approx Spicy Mix. HEX triplet: 88, 5D and 54. RGB value is (136,93,84). Sum of RGB (Red+Green+Blue) = 136+93+84=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #885D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D54 is #77A2AB. Grayscale: #686868. Windows color (decimal): -7840428 or 5528968. OLE color: 5528968.

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

Color convert

RGB1369384-
CMYK00.320.380.47
HSL10.38º23.64%43.14%-
HSV(B)10.38º38.24%53.33%-
XYZ15.6713.710.21-
YUV104.83116.25150.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=43.45%
G=29.71%
B=26.84%

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
Decimal136938400.320.380.4710.3823.6443.14
Hex885D54020262Fa182b
Octal2101351240404657123053
Binary10001000101110110101000100000100110101111101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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