#864E47

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

Shades of Lotus #864E47

Tints of Lotus #864E47

Color information

#864E47 (or 0x864E47) is unknown color: approx Lotus. HEX triplet: 86, 4E and 47. RGB value is (134,78,71). Sum of RGB (Red+Green+Blue) = 134+78+71=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #864E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E47 is #79B1B8. Grayscale: #5E5E5E. Windows color (decimal): -7975353 or 4673158. OLE color: 4673158.

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

Color convert

RGB1347871-
CMYK00.420.470.47
HSL6.67º30.73%40.2%-
HSV(B)6.67º47.01%52.55%-
XYZ13.6910.977.36-
YUV93.95115.05156.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 71 (28.12% from 255) = 25.09%
R=47.35%
G=27.56%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134787100.420.470.476.6730.7340.2
Hex864E4702A2F2F71f28
Octal206116107052575773750
Binary1000011010011101000111010101010111110111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E47; }

 p { color: rgb(134,78,71); }

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

<style>
 a { background-color: #864E47; }

 a { background-color: rgb(134,78,71); }

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

<style>
 span { border-color: #864E47; }

 span { border-color: rgb(134,78,71); }

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