#88534A

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

Shades of Lotus #88534A

Tints of Lotus #88534A

Color information

#88534A (or 0x88534A) is unknown color: approx Lotus. HEX triplet: 88, 53 and 4A. RGB value is (136,83,74). Sum of RGB (Red+Green+Blue) = 136+83+74=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88534A is #77ACB5. Grayscale: #616161. Windows color (decimal): -7842998 or 4871048. OLE color: 4871048.

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

Color convert

RGB1368374-
CMYK00.390.460.47
HSL8.71º29.52%41.18%-
HSV(B)8.71º45.59%53.33%-
XYZ14.4811.928.02-
YUV97.82114.56155.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=46.42%
G=28.33%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136837400.390.460.478.7129.5241.18
Hex88534A0272E2F91e29
Octal2101231120475657113651
Binary10001000101001110010100100111101110101111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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