#705459

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

Shades of Falcon #705459

Tints of Falcon #705459

Color information

#705459 (or 0x705459) is unknown color: approx Falcon. HEX triplet: 70, 54 and 59. RGB value is (112,84,89). Sum of RGB (Red+Green+Blue) = 112+84+89=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #705459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705459 is #8FABA6. Grayscale: #5C5C5C. Windows color (decimal): -9415591 or 5854320. OLE color: 5854320.

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

Color convert

RGB1128489-
CMYK00.250.210.56
HSL349.29º14.29%38.43%-
HSV(B)349.29º25%43.92%-
XYZ11.6610.5110.86-
YUV92.94125.78141.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=39.30%
G=29.47%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112848900.250.210.56349.2914.2938.43
Hex705459019153815de26
Octal16012413103125705351646
Binary111000010101001011001011001101011110001010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705459; }

 p { color: rgb(112,84,89); }

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

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

 a { background-color: rgb(112,84,89); }

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

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

 span { border-color: rgb(112,84,89); }

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