#864F48

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

Shades of Lotus #864F48

Tints of Lotus #864F48

Color information

#864F48 (or 0x864F48) is unknown color: approx Lotus. HEX triplet: 86, 4F and 48. RGB value is (134,79,72). Sum of RGB (Red+Green+Blue) = 134+79+72=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #864F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F48 is #79B0B7. Grayscale: #5E5E5E. Windows color (decimal): -7975096 or 4738950. OLE color: 4738950.

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

Color convert

RGB1347972-
CMYK00.410.460.47
HSL6.77º30.1%40.39%-
HSV(B)6.77º46.27%52.55%-
XYZ13.811.137.55-
YUV94.65115.22156.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=47.02%
G=27.72%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134797200.410.460.476.7730.140.39
Hex864F480292E2F71e28
Octal206117110051565773650
Binary1000011010011111001000010100110111010111111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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