#804B47

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

Shades of Lotus #804B47

Tints of Lotus #804B47

Color information

#804B47 (or 0x804B47) is unknown color: approx Lotus. HEX triplet: 80, 4B and 47. RGB value is (128,75,71). Sum of RGB (Red+Green+Blue) = 128+75+71=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #804B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B47 is #7FB4B8. Grayscale: #5A5A5A. Windows color (decimal): -8369337 or 4672384. OLE color: 4672384.

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

Color convert

RGB1287571-
CMYK00.410.450.50
HSL4.21º28.64%39.02%-
HSV(B)4.21º44.53%50.2%-
XYZ12.5610.087.24-
YUV90.39117.06154.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=46.72%
G=27.37%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128757100.410.450.504.2128.6439.02
Hex804B470292D3241d27
Octal200113107051556243547
Binary1000000010010111000111010100110110111001010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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