#89554B

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

Shades of Lotus #89554B

Tints of Lotus #89554B

Color information

#89554B (or 0x89554B) is unknown color: approx Lotus. HEX triplet: 89, 55 and 4B. RGB value is (137,85,75). Sum of RGB (Red+Green+Blue) = 137+85+75=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89554B is #76AAB4. Grayscale: #636363. Windows color (decimal): -7776949 or 4937097. OLE color: 4937097.

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

Color convert

RGB1378575-
CMYK00.380.450.46
HSL9.68º29.25%41.57%-
HSV(B)9.68º45.26%53.73%-
XYZ14.8412.328.25-
YUV99.41114.23154.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=46.13%
G=28.62%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137857500.380.450.469.6829.2541.57
Hex89554B0262D2Ea1d2a
Octal2111251130465556123552
Binary10001001101010110010110100110101101101110101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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