#804D4C

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

Shades of Lotus #804D4C

Tints of Lotus #804D4C

Color information

#804D4C (or 0x804D4C) is unknown color: approx Lotus. HEX triplet: 80, 4D and 4C. RGB value is (128,77,76). Sum of RGB (Red+Green+Blue) = 128+77+76=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #804D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D4C is #7FB2B3. Grayscale: #5C5C5C. Windows color (decimal): -8368820 or 5000576. OLE color: 5000576.

HSL color Cylindrical-coordinate representation of color #804D4C: hue angle of 1.15º 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 #804D4C is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1287776-
CMYK00.400.410.50
HSL1.15º25.49%40%-
HSV(B)1.15º40.62%50.2%-
XYZ12.8610.428.17-
YUV92.14118.9153.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=45.55%
G=27.40%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128777600.400.410.501.1525.4940
Hex804D4C028293211928
Octal200115114050516213150
Binary10000000100110110011000101000101001110010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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