#804A46

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

Shades of Lotus #804A46

Tints of Lotus #804A46

Color information

#804A46 (or 0x804A46) is unknown color: approx Lotus. HEX triplet: 80, 4A and 46. RGB value is (128,74,70). Sum of RGB (Red+Green+Blue) = 128+74+70=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #804A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A46 is #7FB5B9. Grayscale: #595959. Windows color (decimal): -8369594 or 4606592. OLE color: 4606592.

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

Color convert

RGB1287470-
CMYK00.420.450.50
HSL4.14º29.29%38.82%-
HSV(B)4.14º45.31%50.2%-
XYZ12.469.937.05-
YUV89.69116.89155.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=47.06%
G=27.21%
B=25.74%

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
Decimal128747000.420.450.504.1429.2938.82
Hex804A4602A2D3241d27
Octal200112106052556243547
Binary1000000010010101000110010101010110111001010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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