#804a47

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

Shades of Lotus #804A47

Tints of Lotus #804A47

Color information

#804A47 (or 0x804A47) is unknown color: approx Lotus. HEX triplet: 80, 4A and 47. RGB value is (128,74,71). Sum of RGB (Red+Green+Blue) = 128+74+71=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #804A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A47 is #7FB5B8. Grayscale: #595959. Windows color (decimal): -8369593 or 4672128. OLE color: 4672128.

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

Color convert

RGB1287471-
CMYK00.420.450.50
HSL3.16º28.64%39.02%-
HSV(B)3.16º44.53%50.2%-
XYZ12.499.947.22-
YUV89.8117.39155.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=46.89%
G=27.11%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128747100.420.450.503.1628.6439.02
Hex804A4702A2D3231d27
Octal200112107052556233547
Binary100000001001010100011101010101011011100101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804a47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,74,71); }

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

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

 a { background-color: rgb(128,74,71); }

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

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

 span { border-color: rgb(128,74,71); }

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