#88554C

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

Shades of Lotus #88554C

Tints of Lotus #88554C

Color information

#88554C (or 0x88554C) is unknown color: approx Lotus. HEX triplet: 88, 55 and 4C. RGB value is (136,85,76). Sum of RGB (Red+Green+Blue) = 136+85+76=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88554C is #77AAB3. Grayscale: #636363. Windows color (decimal): -7842484 or 5002632. OLE color: 5002632.

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

Color convert

RGB1368576-
CMYK00.380.440.47
HSL28.3%41.57%-
HSV(B)44.12%53.33%-
XYZ14.7112.258.43-
YUV99.22114.9154.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=45.79%
G=28.62%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136857600.380.440.47928.341.57
Hex88554C0262C2F91c2a
Octal2101251140465457113452
Binary10001000101010110011000100110101100101111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88554C; }

 p { color: rgb(136,85,76); }

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

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

 a { background-color: rgb(136,85,76); }

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

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

 span { border-color: rgb(136,85,76); }

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