#884D48

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

Shades of Lotus #884D48

Tints of Lotus #884D48

Color information

#884D48 (or 0x884D48) is unknown color: approx Lotus. HEX triplet: 88, 4D and 48. RGB value is (136,77,72). Sum of RGB (Red+Green+Blue) = 136+77+72=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #884D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D48 is #77B2B7. Grayscale: #5E5E5E. Windows color (decimal): -7844536 or 4738440. OLE color: 4738440.

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

Color convert

RGB1367772-
CMYK00.430.470.47
HSL4.69º30.77%40.78%-
HSV(B)4.69º47.06%53.33%-
XYZ13.9811.017.52-
YUV94.07115.55157.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=47.72%
G=27.02%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136777200.430.470.474.6930.7740.78
Hex884D4802B2F2F51f29
Octal210115110053575753751
Binary1000100010011011001000010101110111110111110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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