#865452

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

Shades of Lotus #865452

Tints of Lotus #865452

Color information

#865452 (or 0x865452) is unknown color: approx Lotus. HEX triplet: 86, 54 and 52. RGB value is (134,84,82). Sum of RGB (Red+Green+Blue) = 134+84+82=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #865452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865452 is #79ABAD. Grayscale: #626262. Windows color (decimal): -7973806 or 5395590. OLE color: 5395590.

HSL color Cylindrical-coordinate representation of color #865452: hue angle of 2.31º 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 #865452 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1348482-
CMYK00.370.390.47
HSL2.31º24.07%42.35%-
HSV(B)2.31º38.81%52.55%-
XYZ14.5212.029.54-
YUV98.72118.56153.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=44.67%
G=28%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134848200.370.390.472.3124.0742.35
Hex865452025272F2182a
Octal206124122045475723052
Binary100001101010100101001001001011001111011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865452; }

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

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

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

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

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

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

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

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