#865754

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

Shades of Lotus #865754

Tints of Lotus #865754

Color information

#865754 (or 0x865754) is unknown color: approx Lotus. HEX triplet: 86, 57 and 54. RGB value is (134,87,84). Sum of RGB (Red+Green+Blue) = 134+87+84=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #865754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865754 is #79A8AB. Grayscale: #646464. Windows color (decimal): -7973036 or 5527430. OLE color: 5527430.

HSL color Cylindrical-coordinate representation of color #865754: hue angle of 3.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865754 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1348784-
CMYK00.350.370.47
HSL3.6º22.94%42.75%-
HSV(B)3.6º37.31%52.55%-
XYZ14.8412.5210.02-
YUV100.71118.57151.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=43.93%
G=28.52%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134878400.350.370.473.622.9442.75
Hex865754023252F4172b
Octal206127124043455742753
Binary1000011010101111010100010001110010110111110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865754; }

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

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

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

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

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

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

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

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