#884C48

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

Shades of Lotus #884C48

Tints of Lotus #884C48

Color information

#884C48 (or 0x884C48) is unknown color: approx Lotus. HEX triplet: 88, 4C and 48. RGB value is (136,76,72). Sum of RGB (Red+Green+Blue) = 136+76+72=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #884C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C48 is #77B3B7. Grayscale: #5D5D5D. Windows color (decimal): -7844792 or 4738184. OLE color: 4738184.

HSL color Cylindrical-coordinate representation of color #884C48: hue angle of 3.75º 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 #884C48 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1367672-
CMYK00.440.470.47
HSL3.75º30.77%40.78%-
HSV(B)3.75º47.06%53.33%-
XYZ13.9110.877.5-
YUV93.48115.88158.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=47.89%
G=26.76%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136767200.440.470.473.7530.7740.78
Hex884C4802C2F2F41f29
Octal210114110054575743751
Binary1000100010011001001000010110010111110111110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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