#89564A

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

Shades of Lotus #89564A

Tints of Lotus #89564A

Color information

#89564A (or 0x89564A) is unknown color: approx Lotus. HEX triplet: 89, 56 and 4A. RGB value is (137,86,74). Sum of RGB (Red+Green+Blue) = 137+86+74=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89564A is #76A9B5. Grayscale: #636363. Windows color (decimal): -7776694 or 4871817. OLE color: 4871817.

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

Color convert

RGB1378674-
CMYK00.370.460.46
HSL11.43º29.86%41.37%-
HSV(B)11.43º45.99%53.73%-
XYZ14.8812.478.1-
YUV99.88113.4154.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=46.13%
G=28.96%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137867400.370.460.4611.4329.8641.37
Hex89564A0252E2Eb1e29
Octal2111261120455656133651
Binary10001001101011010010100100101101110101110101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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