#89534E

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

Shades of Lotus #89534E

Tints of Lotus #89534E

Color information

#89534E (or 0x89534E) is unknown color: approx Lotus. HEX triplet: 89, 53 and 4E. RGB value is (137,83,78). Sum of RGB (Red+Green+Blue) = 137+83+78=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89534E is #76ACB1. Grayscale: #626262. Windows color (decimal): -7777458 or 5133193. OLE color: 5133193.

HSL color Cylindrical-coordinate representation of color #89534E: hue angle of 5.08º 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 #89534E is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1378378-
CMYK00.390.430.46
HSL5.08º27.44%42.16%-
HSV(B)5.08º43.07%53.73%-
XYZ14.7812.058.76-
YUV98.58116.39155.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=45.97%
G=27.85%
B=26.17%

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
Decimal137837800.390.430.465.0827.4442.16
Hex89534E0272B2E51b2a
Octal211123116047535653352
Binary1000100110100111001110010011110101110111010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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