#804E49

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

Shades of Lotus #804E49

Tints of Lotus #804E49

Color information

#804E49 (or 0x804E49) is unknown color: approx Lotus. HEX triplet: 80, 4E and 49. RGB value is (128,78,73). Sum of RGB (Red+Green+Blue) = 128+78+73=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #804E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E49 is #7FB1B6. Grayscale: #5C5C5C. Windows color (decimal): -8368567 or 4804224. OLE color: 4804224.

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

Color convert

RGB1287873-
CMYK00.390.430.50
HSL5.45º27.36%39.41%-
HSV(B)5.45º42.97%50.2%-
XYZ12.8310.527.66-
YUV92.38117.06153.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=45.88%
G=27.96%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128787300.390.430.505.4527.3639.41
Hex804E490272B3251b27
Octal200116111047536253347
Binary1000000010011101001001010011110101111001010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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