#864C4A

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

Shades of Lotus #864C4A

Tints of Lotus #864C4A

Color information

#864C4A (or 0x864C4A) is unknown color: approx Lotus. HEX triplet: 86, 4C and 4A. RGB value is (134,76,74). Sum of RGB (Red+Green+Blue) = 134+76+74=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #864C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C4A is #79B3B5. Grayscale: #5D5D5D. Windows color (decimal): -7975862 or 4869254. OLE color: 4869254.

HSL color Cylindrical-coordinate representation of color #864C4A: hue angle of 2º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #864C4A is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1347674-
CMYK00.430.450.47
HSL28.85%40.78%-
HSV(B)44.78%52.55%-
XYZ13.6510.737.83-
YUV93.11117.22157.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=47.18%
G=26.76%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134767400.430.450.47228.8540.78
Hex864C4A02B2D2F21d29
Octal206114112053555723551
Binary100001101001100100101001010111011011011111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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