#704F53

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

Shades of Falcon #704F53

Tints of Falcon #704F53

Color information

#704F53 (or 0x704F53) is unknown color: approx Falcon. HEX triplet: 70, 4F and 53. RGB value is (112,79,83). Sum of RGB (Red+Green+Blue) = 112+79+83=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #704F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F53 is #8FB0AC. Grayscale: #595959. Windows color (decimal): -9416877 or 5459824. OLE color: 5459824.

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

Color convert

RGB1127983-
CMYK00.290.260.56
HSL352.73º17.28%37.45%-
HSV(B)352.73º29.46%43.92%-
XYZ11.049.669.47-
YUV89.32124.43144.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=40.88%
G=28.83%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112798300.290.260.56352.7317.2837.45
Hex704F5301D1A381611125
Octal16011712303532705412145
Binary1110000100111110100110111011101011100010110000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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