#89534A

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

Shades of Lotus #89534A

Tints of Lotus #89534A

Color information

#89534A (or 0x89534A) is unknown color: approx Lotus. HEX triplet: 89, 53 and 4A. RGB value is (137,83,74). Sum of RGB (Red+Green+Blue) = 137+83+74=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #89534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89534A is #76ACB5. Grayscale: #626262. Windows color (decimal): -7777462 or 4871049. OLE color: 4871049.

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

Color convert

RGB1378374-
CMYK00.390.460.46
HSL8.57º29.86%41.37%-
HSV(B)8.57º45.99%53.73%-
XYZ14.65128.02-
YUV98.12114.39155.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=46.60%
G=28.23%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137837400.390.460.468.5729.8641.37
Hex89534A0272E2E91e29
Octal2111231120475656113651
Binary10001001101001110010100100111101110101110100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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