#804B48

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

Shades of Lotus #804B48

Tints of Lotus #804B48

Color information

#804B48 (or 0x804B48) is unknown color: approx Lotus. HEX triplet: 80, 4B and 48. RGB value is (128,75,72). Sum of RGB (Red+Green+Blue) = 128+75+72=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #804B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B48 is #7FB4B7. Grayscale: #5A5A5A. Windows color (decimal): -8369336 or 4737920. OLE color: 4737920.

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

Color convert

RGB1287572-
CMYK00.410.440.50
HSL3.21º28%39.22%-
HSV(B)3.21º43.75%50.2%-
XYZ12.5910.097.41-
YUV90.5117.56154.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=46.55%
G=27.27%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128757200.410.440.503.212839.22
Hex804B480292C3231c27
Octal200113110051546233447
Binary100000001001011100100001010011011001100101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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