#89544E

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

Shades of Lotus #89544E

Tints of Lotus #89544E

Color information

#89544E (or 0x89544E) is unknown color: approx Lotus. HEX triplet: 89, 54 and 4E. RGB value is (137,84,78). Sum of RGB (Red+Green+Blue) = 137+84+78=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #89544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89544E is #76ABB1. Grayscale: #636363. Windows color (decimal): -7777202 or 5133449. OLE color: 5133449.

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

Color convert

RGB1378478-
CMYK00.390.430.46
HSL6.1º27.44%42.16%-
HSV(B)6.1º43.07%53.73%-
XYZ14.8612.218.78-
YUV99.16116.06154.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=45.82%
G=28.09%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137847800.390.430.466.127.4442.16
Hex89544E0272B2E61b2a
Octal211124116047535663352
Binary1000100110101001001110010011110101110111011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89544E; }

 p { color: rgb(137,84,78); }

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

<style>
 a { background-color: #89544E; }

 a { background-color: rgb(137,84,78); }

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

<style>
 span { border-color: #89544E; }

 span { border-color: rgb(137,84,78); }

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