#89534B

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

Shades of Lotus #89534B

Tints of Lotus #89534B

Color information

#89534B (or 0x89534B) is unknown color: approx Lotus. HEX triplet: 89, 53 and 4B. RGB value is (137,83,75). Sum of RGB (Red+Green+Blue) = 137+83+75=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89534B is #76ACB4. Grayscale: #626262. Windows color (decimal): -7777461 or 4936585. OLE color: 4936585.

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

Color convert

RGB1378375-
CMYK00.390.450.46
HSL7.74º29.25%41.57%-
HSV(B)7.74º45.26%53.73%-
XYZ14.6812.018.2-
YUV98.23114.89155.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=46.44%
G=28.14%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137837500.390.450.467.7429.2541.57
Hex89534B0272D2E81d2a
Octal2111231130475556103552
Binary10001001101001110010110100111101101101110100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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