#865249

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

Shades of Lotus #865249

Tints of Lotus #865249

Color information

#865249 (or 0x865249) is unknown color: approx Lotus. HEX triplet: 86, 52 and 49. RGB value is (134,82,73). Sum of RGB (Red+Green+Blue) = 134+82+73=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #865249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865249 is #79ADB6. Grayscale: #606060. Windows color (decimal): -7974327 or 4805254. OLE color: 4805254.

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

Color convert

RGB1348273-
CMYK00.390.460.47
HSL8.85º29.47%40.59%-
HSV(B)8.85º45.52%52.55%-
XYZ14.0511.587.8-
YUV96.52114.73154.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=46.37%
G=28.37%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134827300.390.460.478.8529.4740.59
Hex8652490272E2F91d29
Octal2061221110475657113551
Binary10000110101001010010010100111101110101111100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865249; }

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

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

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

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

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

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

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

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