#804845

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

Shades of Lotus #804845

Tints of Lotus #804845

Color information

#804845 (or 0x804845) is unknown color: approx Lotus. HEX triplet: 80, 48 and 45. RGB value is (128,72,69). Sum of RGB (Red+Green+Blue) = 128+72+69=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #804845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804845 is #7FB7BA. Grayscale: #585858. Windows color (decimal): -8370107 or 4540544. OLE color: 4540544.

HSL color Cylindrical-coordinate representation of color #804845: hue angle of 3.05º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804845 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB1287269-
CMYK00.440.460.50
HSL3.05º29.95%38.63%-
HSV(B)3.05º46.09%50.2%-
XYZ12.299.656.85-
YUV88.4117.05156.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=47.58%
G=26.77%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128726900.440.460.503.0529.9538.63
Hex80484502C2E3231e27
Octal200110105054566233647
Binary100000001001000100010101011001011101100101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804845; }

 p { color: rgb(128,72,69); }

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

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

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

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

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

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

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