#864A47

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

Shades of Lotus #864A47

Tints of Lotus #864A47

Color information

#864A47 (or 0x864A47) is unknown color: approx Lotus. HEX triplet: 86, 4A and 47. RGB value is (134,74,71). Sum of RGB (Red+Green+Blue) = 134+74+71=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #864A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A47 is #79B5B8. Grayscale: #5B5B5B. Windows color (decimal): -7976377 or 4672134. OLE color: 4672134.

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

Color convert

RGB1347471-
CMYK00.450.470.47
HSL2.86º30.73%40.2%-
HSV(B)2.86º47.01%52.55%-
XYZ13.4210.427.27-
YUV91.6116.38158.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=48.03%
G=26.52%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134747100.450.470.472.8630.7340.2
Hex864A4702D2F2F31f28
Octal206112107055575733750
Binary100001101001010100011101011011011111011111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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