#89534C

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

Shades of Lotus #89534C

Tints of Lotus #89534C

Color information

#89534C (or 0x89534C) is unknown color: approx Lotus. HEX triplet: 89, 53 and 4C. RGB value is (137,83,76). Sum of RGB (Red+Green+Blue) = 137+83+76=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #89534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89534C is #76ACB3. Grayscale: #626262. Windows color (decimal): -7777460 or 5002121. OLE color: 5002121.

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

Color convert

RGB1378376-
CMYK00.390.450.46
HSL6.89º28.64%41.76%-
HSV(B)6.89º44.53%53.73%-
XYZ14.7112.038.38-
YUV98.35115.39155.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=46.28%
G=28.04%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137837600.390.450.466.8928.6441.76
Hex89534C0272D2E71d2a
Octal211123114047555673552
Binary1000100110100111001100010011110110110111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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