#88524D

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

Shades of Lotus #88524D

Tints of Lotus #88524D

Color information

#88524D (or 0x88524D) is unknown color: approx Lotus. HEX triplet: 88, 52 and 4D. RGB value is (136,82,77). Sum of RGB (Red+Green+Blue) = 136+82+77=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88524D is #77ADB2. Grayscale: #616161. Windows color (decimal): -7843251 or 5067400. OLE color: 5067400.

HSL color Cylindrical-coordinate representation of color #88524D: hue angle of 5.08º 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 #88524D is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1368277-
CMYK00.400.430.47
HSL5.08º27.7%41.76%-
HSV(B)5.08º43.38%53.33%-
XYZ14.5111.88.53-
YUV97.58116.39155.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=46.10%
G=27.80%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136827700.400.430.475.0827.741.76
Hex88524D0282B2F51c2a
Octal210122115050535753452
Binary1000100010100101001101010100010101110111110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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