#864C48

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

Shades of Lotus #864C48

Tints of Lotus #864C48

Color information

#864C48 (or 0x864C48) is unknown color: approx Lotus. HEX triplet: 86, 4C and 48. RGB value is (134,76,72). Sum of RGB (Red+Green+Blue) = 134+76+72=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #864C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C48 is #79B3B7. Grayscale: #5C5C5C. Windows color (decimal): -7975864 or 4738182. OLE color: 4738182.

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

Color convert

RGB1347672-
CMYK00.430.460.47
HSL3.87º30.1%40.39%-
HSV(B)3.87º46.27%52.55%-
XYZ13.5910.717.48-
YUV92.89116.22157.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=47.52%
G=26.95%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134767200.430.460.473.8730.140.39
Hex864C4802B2E2F41e28
Octal206114110053565743650
Binary1000011010011001001000010101110111010111110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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