#89554A

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

Shades of Lotus #89554A

Tints of Lotus #89554A

Color information

#89554A (or 0x89554A) is unknown color: approx Lotus. HEX triplet: 89, 55 and 4A. RGB value is (137,85,74). Sum of RGB (Red+Green+Blue) = 137+85+74=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #89554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89554A is #76AAB5. Grayscale: #636363. Windows color (decimal): -7776950 or 4871561. OLE color: 4871561.

HSL color Cylindrical-coordinate representation of color #89554A: hue angle of 10.48º 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 #89554A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB1378574-
CMYK00.380.460.46
HSL10.48º29.86%41.37%-
HSV(B)10.48º45.99%53.73%-
XYZ14.812.318.07-
YUV99.29113.73154.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 74 (29.30% from 255) = 25%
R=46.28%
G=28.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137857400.380.460.4610.4829.8641.37
Hex89554A0262E2Ea1e29
Octal2111251120465656123651
Binary10001001101010110010100100110101110101110101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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