#864D48

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

Shades of Lotus #864D48

Tints of Lotus #864D48

Color information

#864D48 (or 0x864D48) is unknown color: approx Lotus. HEX triplet: 86, 4D and 48. RGB value is (134,77,72). Sum of RGB (Red+Green+Blue) = 134+77+72=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #864D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D48 is #79B2B7. Grayscale: #5D5D5D. Windows color (decimal): -7975608 or 4738438. OLE color: 4738438.

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

Color convert

RGB1347772-
CMYK00.430.460.47
HSL4.84º30.1%40.39%-
HSV(B)4.84º46.27%52.55%-
XYZ13.6610.847.5-
YUV93.47115.88156.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=47.35%
G=27.21%
B=25.44%

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
Decimal134777200.430.460.474.8430.140.39
Hex864D4802B2E2F51e28
Octal206115110053565753650
Binary1000011010011011001000010101110111010111110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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