#864B46

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

Shades of Lotus #864B46

Tints of Lotus #864B46

Color information

#864B46 (or 0x864B46) is unknown color: approx Lotus. HEX triplet: 86, 4B and 46. RGB value is (134,75,70). Sum of RGB (Red+Green+Blue) = 134+75+70=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #864B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B46 is #79B4B9. Grayscale: #5C5C5C. Windows color (decimal): -7976122 or 4606854. OLE color: 4606854.

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

Color convert

RGB1347570-
CMYK00.440.480.47
HSL4.69º31.37%40%-
HSV(B)4.69º47.76%52.55%-
XYZ13.4510.547.12-
YUV92.07115.55157.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=48.03%
G=26.88%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134757000.440.480.474.6931.3740
Hex864B4602C302F51f28
Octal206113106054605753750
Binary1000011010010111000110010110011000010111110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,75,70); }

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

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

 a { background-color: rgb(134,75,70); }

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

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

 span { border-color: rgb(134,75,70); }

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