#884C4A

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

Shades of Lotus #884C4A

Tints of Lotus #884C4A

Color information

#884C4A (or 0x884C4A) is unknown color: approx Lotus. HEX triplet: 88, 4C and 4A. RGB value is (136,76,74). Sum of RGB (Red+Green+Blue) = 136+76+74=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C4A is #77B3B5. Grayscale: #5D5D5D. Windows color (decimal): -7844790 or 4869256. OLE color: 4869256.

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

Color convert

RGB1367674-
CMYK00.440.460.47
HSL1.94º29.52%41.18%-
HSV(B)1.94º45.59%53.33%-
XYZ13.9710.97.85-
YUV93.71116.88158.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=47.55%
G=26.57%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136767400.440.460.471.9429.5241.18
Hex884C4A02C2E2F21e29
Octal210114112054565723651
Binary100010001001100100101001011001011101011111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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