#865453

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

Shades of Lotus #865453

Tints of Lotus #865453

Color information

#865453 (or 0x865453) is unknown color: approx Lotus. HEX triplet: 86, 54 and 53. RGB value is (134,84,83). Sum of RGB (Red+Green+Blue) = 134+84+83=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #865453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865453 is #79ABAC. Grayscale: #626262. Windows color (decimal): -7973805 or 5461126. OLE color: 5461126.

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

Color convert

RGB1348483-
CMYK00.370.380.47
HSL1.18º23.5%42.55%-
HSV(B)1.18º38.06%52.55%-
XYZ14.5612.039.74-
YUV98.84119.06153.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=44.52%
G=27.91%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134848300.370.380.471.1823.542.55
Hex865453025262F1182b
Octal206124123045465713053
Binary10000110101010010100110100101100110101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865453; }

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

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

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

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

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

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

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

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