#804747

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

Shades of Lotus #804747

Tints of Lotus #804747

Color information

#804747 (or 0x804747) is unknown color: approx Lotus. HEX triplet: 80, 47 and 47. RGB value is (128,71,71). Sum of RGB (Red+Green+Blue) = 128+71+71=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #804747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804747 is #7FB8B8. Grayscale: #585858. Windows color (decimal): -8370361 or 4671360. OLE color: 4671360.

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

Color convert

RGB1287171-
CMYK00.450.450.50
HSL28.64%39.02%-
HSV(B)44.53%50.2%-
XYZ12.299.557.16-
YUV88.04118.38156.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=47.41%
G=26.30%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128717100.450.450.50028.6439.02
Hex80474702D2D3201d27
Octal200107107055556203547
Binary10000000100011110001110101101101101110010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804747; }

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

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

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

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

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

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

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

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