#864A49

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

Shades of Lotus #864A49

Tints of Lotus #864A49

Color information

#864A49 (or 0x864A49) is unknown color: approx Lotus. HEX triplet: 86, 4A and 49. RGB value is (134,74,73). Sum of RGB (Red+Green+Blue) = 134+74+73=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #864A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A49 is #79B5B6. Grayscale: #5B5B5B. Windows color (decimal): -7976375 or 4803206. OLE color: 4803206.

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

Color convert

RGB1347473-
CMYK00.450.460.47
HSL0.98º29.47%40.59%-
HSV(B)0.98º45.52%52.55%-
XYZ13.4810.457.61-
YUV91.83117.38158.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=47.69%
G=26.33%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134747300.450.460.470.9829.4740.59
Hex864A4902D2E2F11d29
Octal206112111055565713551
Binary10000110100101010010010101101101110101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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