#804F4C

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

Shades of Lotus #804F4C

Tints of Lotus #804F4C

Color information

#804F4C (or 0x804F4C) is unknown color: approx Lotus. HEX triplet: 80, 4F and 4C. RGB value is (128,79,76). Sum of RGB (Red+Green+Blue) = 128+79+76=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #804F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F4C is #7FB0B3. Grayscale: #5D5D5D. Windows color (decimal): -8368308 or 5001088. OLE color: 5001088.

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

Color convert

RGB1287976-
CMYK00.380.410.50
HSL3.46º25.49%40%-
HSV(B)3.46º40.62%50.2%-
XYZ1310.78.22-
YUV93.31118.23152.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=45.23%
G=27.92%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128797600.380.410.503.4625.4940
Hex804F4C026293231928
Octal200117114046516233150
Binary100000001001111100110001001101010011100101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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