#88534D

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

Shades of Lotus #88534D

Tints of Lotus #88534D

Color information

#88534D (or 0x88534D) is unknown color: approx Lotus. HEX triplet: 88, 53 and 4D. RGB value is (136,83,77). Sum of RGB (Red+Green+Blue) = 136+83+77=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88534D is #77ACB2. Grayscale: #626262. Windows color (decimal): -7842995 or 5067656. OLE color: 5067656.

HSL color Cylindrical-coordinate representation of color #88534D: hue angle of 6.1º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88534D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1368377-
CMYK00.390.430.47
HSL6.1º27.7%41.76%-
HSV(B)6.1º43.38%53.33%-
XYZ14.5911.968.56-
YUV98.16116.06154.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=45.95%
G=28.04%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136837700.390.430.476.127.741.76
Hex88534D0272B2F61c2a
Octal210123115047535763452
Binary1000100010100111001101010011110101110111111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88534D; }

 p { color: rgb(136,83,77); }

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

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

 a { background-color: rgb(136,83,77); }

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

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

 span { border-color: rgb(136,83,77); }

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