#865349

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

Shades of Lotus #865349

Tints of Lotus #865349

Color information

#865349 (or 0x865349) is unknown color: approx Lotus. HEX triplet: 86, 53 and 49. RGB value is (134,83,73). Sum of RGB (Red+Green+Blue) = 134+83+73=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #865349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865349 is #79ACB6. Grayscale: #616161. Windows color (decimal): -7974071 or 4805510. OLE color: 4805510.

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

Color convert

RGB1348373-
CMYK00.380.460.47
HSL9.84º29.47%40.59%-
HSV(B)9.84º45.52%52.55%-
XYZ14.1311.747.82-
YUV97.11114.4154.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=46.21%
G=28.62%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134837300.380.460.479.8429.4740.59
Hex8653490262E2Fa1d29
Octal2061231110465657123551
Binary10000110101001110010010100110101110101111101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865349; }

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

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

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

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

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

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

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

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