#865953

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

Shades of Lotus #865953

Tints of Lotus #865953

Color information

#865953 (or 0x865953) is unknown color: approx Lotus. HEX triplet: 86, 59 and 53. RGB value is (134,89,83). Sum of RGB (Red+Green+Blue) = 134+89+83=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #865953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865953 is #79A6AC. Grayscale: #656565. Windows color (decimal): -7972525 or 5462406. OLE color: 5462406.

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

Color convert

RGB1348983-
CMYK00.340.380.47
HSL7.06º23.5%42.55%-
HSV(B)7.06º38.06%52.55%-
XYZ14.9712.849.87-
YUV101.77117.41150.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=43.79%
G=29.08%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134898300.340.380.477.0623.542.55
Hex865953022262F7182b
Octal206131123042465773053
Binary1000011010110011010011010001010011010111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865953; }

 p { color: rgb(134,89,83); }

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

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

 a { background-color: rgb(134,89,83); }

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

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

 span { border-color: rgb(134,89,83); }

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