#705053

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

Shades of Falcon #705053

Tints of Falcon #705053

Color information

#705053 (or 0x705053) is unknown color: approx Falcon. HEX triplet: 70, 50 and 53. RGB value is (112,80,83). Sum of RGB (Red+Green+Blue) = 112+80+83=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #705053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705053 is #8FAFAC. Grayscale: #595959. Windows color (decimal): -9416621 or 5460080. OLE color: 5460080.

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

Color convert

RGB1128083-
CMYK00.290.260.56
HSL354.38º16.67%37.65%-
HSV(B)354.38º28.57%43.92%-
XYZ11.119.819.49-
YUV89.91124.1143.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 83 (32.81% from 255) = 30.18%
R=40.73%
G=29.09%
B=30.18%

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
Decimal112808300.290.260.56354.3816.6737.65
Hex70505301D1A381621126
Octal16012012303532705422146
Binary1110000101000010100110111011101011100010110001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705053; }

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

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

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

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

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

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

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

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