#884F4D

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

Shades of Lotus #884F4D

Tints of Lotus #884F4D

Color information

#884F4D (or 0x884F4D) is unknown color: approx Lotus. HEX triplet: 88, 4F and 4D. RGB value is (136,79,77). Sum of RGB (Red+Green+Blue) = 136+79+77=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #884F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F4D is #77B0B2. Grayscale: #5F5F5F. Windows color (decimal): -7844019 or 5066632. OLE color: 5066632.

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

Color convert

RGB1367977-
CMYK00.420.430.47
HSL2.03º27.7%41.76%-
HSV(B)2.03º43.38%53.33%-
XYZ14.2911.368.46-
YUV95.82117.38156.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=46.58%
G=27.05%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136797700.420.430.472.0327.741.76
Hex884F4D02A2B2F21c2a
Octal210117115052535723452
Binary100010001001111100110101010101010111011111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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