#804948

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

Shades of Lotus #804948

Tints of Lotus #804948

Color information

#804948 (or 0x804948) is unknown color: approx Lotus. HEX triplet: 80, 49 and 48. RGB value is (128,73,72). Sum of RGB (Red+Green+Blue) = 128+73+72=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #804948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804948 is #7FB6B7. Grayscale: #595959. Windows color (decimal): -8369848 or 4737408. OLE color: 4737408.

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

Color convert

RGB1287372-
CMYK00.430.440.50
HSL1.07º28%39.22%-
HSV(B)1.07º43.75%50.2%-
XYZ12.459.827.37-
YUV89.33118.22155.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=46.89%
G=26.74%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128737200.430.440.501.072839.22
Hex80494802B2C3211c27
Octal200111110053546213447
Binary10000000100100110010000101011101100110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804948; }

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

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

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

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

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

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

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

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