#865149

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

Shades of Lotus #865149

Tints of Lotus #865149

Color information

#865149 (or 0x865149) is unknown color: approx Lotus. HEX triplet: 86, 51 and 49. RGB value is (134,81,73). Sum of RGB (Red+Green+Blue) = 134+81+73=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #865149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865149 is #79AEB6. Grayscale: #606060. Windows color (decimal): -7974583 or 4804998. OLE color: 4804998.

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

Color convert

RGB1348173-
CMYK00.400.460.47
HSL7.87º29.47%40.59%-
HSV(B)7.87º45.52%52.55%-
XYZ13.9811.437.77-
YUV95.94115.06155.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=46.53%
G=28.12%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134817300.400.460.477.8729.4740.59
Hex8651490282E2F81d29
Octal2061211110505657103551
Binary10000110101000110010010101000101110101111100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865149; }

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

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

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

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

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

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

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

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