#884F4C

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

Shades of Lotus #884F4C

Tints of Lotus #884F4C

Color information

#884F4C (or 0x884F4C) is unknown color: approx Lotus. HEX triplet: 88, 4F and 4C. RGB value is (136,79,76). Sum of RGB (Red+Green+Blue) = 136+79+76=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #884F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F4C is #77B0B3. Grayscale: #5F5F5F. Windows color (decimal): -7844020 or 5001096. OLE color: 5001096.

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

Color convert

RGB1367976-
CMYK00.420.440.47
HSL28.3%41.57%-
HSV(B)44.12%53.33%-
XYZ14.2511.358.28-
YUV95.7116.88156.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=46.74%
G=27.15%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136797600.420.440.47328.341.57
Hex884F4C02A2C2F31c2a
Octal210117114052545733452
Binary100010001001111100110001010101011001011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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