#884F4E

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

Shades of Lotus #884F4E

Tints of Lotus #884F4E

Color information

#884F4E (or 0x884F4E) is unknown color: approx Lotus. HEX triplet: 88, 4F and 4E. RGB value is (136,79,78). Sum of RGB (Red+Green+Blue) = 136+79+78=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #884F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F4E is #77B0B1. Grayscale: #5F5F5F. Windows color (decimal): -7844018 or 5132168. OLE color: 5132168.

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

Color convert

RGB1367978-
CMYK00.420.430.47
HSL1.03º27.1%41.96%-
HSV(B)1.03º42.65%53.33%-
XYZ14.3211.388.65-
YUV95.93117.88156.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 79 (31.25% from 255) = 26.96%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=46.42%
G=26.96%
B=26.62%

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
Decimal136797800.420.430.471.0327.141.96
Hex884F4E02A2B2F11b2a
Octal210117116052535713352
Binary10001000100111110011100101010101011101111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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