#704E53

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

Shades of Falcon #704E53

Tints of Falcon #704E53

Color information

#704E53 (or 0x704E53) is unknown color: approx Falcon. HEX triplet: 70, 4E and 53. RGB value is (112,78,83). Sum of RGB (Red+Green+Blue) = 112+78+83=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #704E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E53 is #8FB1AC. Grayscale: #585858. Windows color (decimal): -9417133 or 5459568. OLE color: 5459568.

HSL color Cylindrical-coordinate representation of color #704E53: hue angle of 351.18º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #704E53 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1127883-
CMYK00.300.260.56
HSL351.18º17.89%37.25%-
HSV(B)351.18º30.36%43.92%-
XYZ10.979.529.44-
YUV88.74124.76144.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=41.03%
G=28.57%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112788300.300.260.56351.1817.8937.25
Hex704E5301E1A3815f1225
Octal16011612303632705372245
Binary1110000100111010100110111101101011100010101111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704E53; }

 p { color: rgb(112,78,83); }

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

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

 a { background-color: rgb(112,78,83); }

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

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

 span { border-color: rgb(112,78,83); }

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