#884D49

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

Shades of Lotus #884D49

Tints of Lotus #884D49

Color information

#884D49 (or 0x884D49) is unknown color: approx Lotus. HEX triplet: 88, 4D and 49. RGB value is (136,77,73). Sum of RGB (Red+Green+Blue) = 136+77+73=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D49 is #77B2B6. Grayscale: #5E5E5E. Windows color (decimal): -7844535 or 4803976. OLE color: 4803976.

HSL color Cylindrical-coordinate representation of color #884D49: hue angle of 3.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884D49 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1367773-
CMYK00.430.460.47
HSL3.81º30.14%40.98%-
HSV(B)3.81º46.32%53.33%-
XYZ14.0111.027.69-
YUV94.18116.05157.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=47.55%
G=26.92%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136777300.430.460.473.8130.1440.98
Hex884D4902B2E2F41e29
Octal210115111053565743651
Binary1000100010011011001001010101110111010111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884D49; }

 p { color: rgb(136,77,73); }

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

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

 a { background-color: rgb(136,77,73); }

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

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

 span { border-color: rgb(136,77,73); }

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