#704C53

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

Shades of Falcon #704C53

Tints of Falcon #704C53

Color information

#704C53 (or 0x704C53) is unknown color: approx Falcon. HEX triplet: 70, 4C and 53. RGB value is (112,76,83). Sum of RGB (Red+Green+Blue) = 112+76+83=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C53 is #8FB3AC. Grayscale: #575757. Windows color (decimal): -9417645 or 5459056. OLE color: 5459056.

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

Color convert

RGB1127683-
CMYK00.320.260.56
HSL348.33º19.15%36.86%-
HSV(B)348.33º32.14%43.92%-
XYZ10.839.249.4-
YUV87.56125.43145.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=41.33%
G=28.04%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112768300.320.260.56348.3319.1536.86
Hex704C530201A3815c1325
Octal16011412304032705342345
Binary11100001001100101001101000001101011100010101110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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