#804E4C

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

Shades of Lotus #804E4C

Tints of Lotus #804E4C

Color information

#804E4C (or 0x804E4C) is unknown color: approx Lotus. HEX triplet: 80, 4E and 4C. RGB value is (128,78,76). Sum of RGB (Red+Green+Blue) = 128+78+76=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #804E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E4C is #7FB1B3. Grayscale: #5C5C5C. Windows color (decimal): -8368564 or 5000832. OLE color: 5000832.

HSL color Cylindrical-coordinate representation of color #804E4C: hue angle of 2.31º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #804E4C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1287876-
CMYK00.390.410.50
HSL2.31º25.49%40%-
HSV(B)2.31º40.62%50.2%-
XYZ12.9310.568.19-
YUV92.72118.56153.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=45.39%
G=27.66%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128787600.390.410.502.3125.4940
Hex804E4C027293221928
Octal200116114047516223150
Binary100000001001110100110001001111010011100101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804E4C; }

 p { color: rgb(128,78,76); }

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

<style>
 a { background-color: #804E4C; }

 a { background-color: rgb(128,78,76); }

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

<style>
 span { border-color: #804E4C; }

 span { border-color: rgb(128,78,76); }

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