#88574D

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

Shades of Lotus #88574D

Tints of Lotus #88574D

Color information

#88574D (or 0x88574D) is unknown color: approx Lotus. HEX triplet: 88, 57 and 4D. RGB value is (136,87,77). Sum of RGB (Red+Green+Blue) = 136+87+77=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88574D is #77A8B2. Grayscale: #646464. Windows color (decimal): -7841971 or 5068680. OLE color: 5068680.

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

Color convert

RGB1368777-
CMYK00.360.430.47
HSL10.17º27.7%41.76%-
HSV(B)10.17º43.38%53.33%-
XYZ14.912.598.67-
YUV100.51114.73153.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=45.33%
G=29%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136877700.360.430.4710.1727.741.76
Hex88574D0242B2Fa1c2a
Octal2101271150445357123452
Binary10001000101011110011010100100101011101111101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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