#885954

Color #885954 Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #885954

Tints of Lotus #885954

Color information

#885954 (or 0x885954) is unknown color: approx Lotus. HEX triplet: 88, 59 and 54. RGB value is (136,89,84). Sum of RGB (Red+Green+Blue) = 136+89+84=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #885954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885954 is #77A6AB. Grayscale: #666666. Windows color (decimal): -7841452 or 5527944. OLE color: 5527944.

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

Color convert

RGB1368984-
CMYK00.350.380.47
HSL5.77º23.64%43.14%-
HSV(B)5.77º38.24%53.33%-
XYZ15.3313.0210.09-
YUV102.48117.57151.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 84 (33.20% from 255) = 27.18%
R=44.01%
G=28.80%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136898400.350.380.475.7723.6443.14
Hex885954023262F6182b
Octal210131124043465763053
Binary1000100010110011010100010001110011010111111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885954; }

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

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

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

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

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

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

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

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