#865450

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

Shades of Lotus #865450

Tints of Lotus #865450

Color information

#865450 (or 0x865450) is unknown color: approx Lotus. HEX triplet: 86, 54 and 50. RGB value is (134,84,80). Sum of RGB (Red+Green+Blue) = 134+84+80=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #865450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865450 is #79ABAF. Grayscale: #626262. Windows color (decimal): -7973808 or 5264518. OLE color: 5264518.

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

Color convert

RGB1348480-
CMYK00.370.400.47
HSL4.44º25.23%41.96%-
HSV(B)4.44º40.3%52.55%-
XYZ14.4511.999.14-
YUV98.49117.56153.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=44.97%
G=28.19%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134848000.370.400.474.4425.2341.96
Hex865450025282F4192a
Octal206124120045505743152
Binary1000011010101001010000010010110100010111110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865450; }

 p { color: rgb(134,84,80); }

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

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

 a { background-color: rgb(134,84,80); }

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

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

 span { border-color: rgb(134,84,80); }

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