#88564F

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

Shades of Lotus #88564F

Tints of Lotus #88564F

Color information

#88564F (or 0x88564F) is unknown color: approx Lotus. HEX triplet: 88, 56 and 4F. RGB value is (136,86,79). Sum of RGB (Red+Green+Blue) = 136+86+79=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #88564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88564F is #77A9B0. Grayscale: #646464. Windows color (decimal): -7842225 or 5199496. OLE color: 5199496.

HSL color Cylindrical-coordinate representation of color #88564F: hue angle of 7.37º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88564F is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1368679-
CMYK00.370.420.47
HSL7.37º26.51%42.16%-
HSV(B)7.37º41.91%53.33%-
XYZ14.8912.459.02-
YUV100.15116.06153.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=45.18%
G=28.57%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136867900.370.420.477.3726.5142.16
Hex88564F0252A2F71b2a
Octal210126117045525773352
Binary1000100010101101001111010010110101010111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88564F; }

 p { color: rgb(136,86,79); }

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

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

 a { background-color: rgb(136,86,79); }

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

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

 span { border-color: rgb(136,86,79); }

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