#864B4A

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

Shades of Lotus #864B4A

Tints of Lotus #864B4A

Color information

#864B4A (or 0x864B4A) is unknown color: approx Lotus. HEX triplet: 86, 4B and 4A. RGB value is (134,75,74). Sum of RGB (Red+Green+Blue) = 134+75+74=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #864B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B4A is #79B4B5. Grayscale: #5C5C5C. Windows color (decimal): -7976118 or 4868998. OLE color: 4868998.

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

Color convert

RGB1347574-
CMYK00.440.450.47
HSL28.85%40.78%-
HSV(B)44.78%52.55%-
XYZ13.5810.597.81-
YUV92.53117.55157.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=47.35%
G=26.50%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134757400.440.450.47128.8540.78
Hex864B4A02C2D2F11d29
Octal206113112054555713551
Binary10000110100101110010100101100101101101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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