#865352

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

Shades of Lotus #865352

Tints of Lotus #865352

Color information

#865352 (or 0x865352) is unknown color: approx Lotus. HEX triplet: 86, 53 and 52. RGB value is (134,83,82). Sum of RGB (Red+Green+Blue) = 134+83+82=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #865352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865352 is #79ACAD. Grayscale: #626262. Windows color (decimal): -7974062 or 5395334. OLE color: 5395334.

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

Color convert

RGB1348382-
CMYK00.380.390.47
HSL1.15º24.07%42.35%-
HSV(B)1.15º38.81%52.55%-
XYZ14.4511.869.51-
YUV98.14118.9153.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=44.82%
G=27.76%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134838200.380.390.471.1524.0742.35
Hex865352026272F1182a
Octal206123122046475713052
Binary10000110101001110100100100110100111101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865352; }

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

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

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

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

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

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

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

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