#88514C

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

Shades of Lotus #88514C

Tints of Lotus #88514C

Color information

#88514C (or 0x88514C) is unknown color: approx Lotus. HEX triplet: 88, 51 and 4C. RGB value is (136,81,76). Sum of RGB (Red+Green+Blue) = 136+81+76=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88514C is #77AEB3. Grayscale: #606060. Windows color (decimal): -7843508 or 5001608. OLE color: 5001608.

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

Color convert

RGB1368176-
CMYK00.400.440.47
HSL28.3%41.57%-
HSV(B)44.12%53.33%-
XYZ14.411.648.33-
YUV96.88116.22155.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=46.42%
G=27.65%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136817600.400.440.47528.341.57
Hex88514C0282C2F51c2a
Octal210121114050545753452
Binary1000100010100011001100010100010110010111110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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