#864F4A

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

Shades of Lotus #864F4A

Tints of Lotus #864F4A

Color information

#864F4A (or 0x864F4A) is unknown color: approx Lotus. HEX triplet: 86, 4F and 4A. RGB value is (134,79,74). Sum of RGB (Red+Green+Blue) = 134+79+74=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #864F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F4A is #79B0B5. Grayscale: #5E5E5E. Windows color (decimal): -7975094 or 4870022. OLE color: 4870022.

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

Color convert

RGB1347974-
CMYK00.410.450.47
HSL28.85%40.78%-
HSV(B)44.78%52.55%-
XYZ13.8611.157.9-
YUV94.88116.22155.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=46.69%
G=27.53%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134797400.410.450.47528.8540.78
Hex864F4A0292D2F51d29
Octal206117112051555753551
Binary1000011010011111001010010100110110110111110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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