#865148

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

Shades of Lotus #865148

Tints of Lotus #865148

Color information

#865148 (or 0x865148) is unknown color: approx Lotus. HEX triplet: 86, 51 and 48. RGB value is (134,81,72). Sum of RGB (Red+Green+Blue) = 134+81+72=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #865148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865148 is #79AEB7. Grayscale: #5F5F5F. Windows color (decimal): -7974584 or 4739462. OLE color: 4739462.

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

Color convert

RGB1348172-
CMYK00.400.460.47
HSL8.71º30.1%40.39%-
HSV(B)8.71º46.27%52.55%-
XYZ13.9411.427.6-
YUV95.82114.56155.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=46.69%
G=28.22%
B=25.09%

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
Decimal134817200.400.460.478.7130.140.39
Hex8651480282E2F91e28
Octal2061211100505657113650
Binary10000110101000110010000101000101110101111100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865148; }

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

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

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

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

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

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

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

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