#884F4A

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

Shades of Lotus #884F4A

Tints of Lotus #884F4A

Color information

#884F4A (or 0x884F4A) is unknown color: approx Lotus. HEX triplet: 88, 4F and 4A. RGB value is (136,79,74). Sum of RGB (Red+Green+Blue) = 136+79+74=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F4A is #77B0B5. Grayscale: #5F5F5F. Windows color (decimal): -7844022 or 4870024. OLE color: 4870024.

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

Color convert

RGB1367974-
CMYK00.420.460.47
HSL4.84º29.52%41.18%-
HSV(B)4.84º45.59%53.33%-
XYZ14.1911.327.92-
YUV95.47115.88156.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 79 (31.25% from 255) = 27.34%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=47.06%
G=27.34%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136797400.420.460.474.8429.5241.18
Hex884F4A02A2E2F51e29
Octal210117112052565753651
Binary1000100010011111001010010101010111010111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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