#705359

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

Shades of Falcon #705359

Tints of Falcon #705359

Color information

#705359 (or 0x705359) is unknown color: approx Falcon. HEX triplet: 70, 53 and 59. RGB value is (112,83,89). Sum of RGB (Red+Green+Blue) = 112+83+89=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705359 is #8FACA6. Grayscale: #5C5C5C. Windows color (decimal): -9415847 or 5854064. OLE color: 5854064.

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

Color convert

RGB1128389-
CMYK00.260.210.56
HSL347.59º14.87%38.24%-
HSV(B)347.59º25.89%43.92%-
XYZ11.5810.3510.84-
YUV92.36126.11142.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=39.44%
G=29.23%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112838900.260.210.56347.5914.8738.24
Hex70535901A153815cf26
Octal16012313103225705341746
Binary111000010100111011001011010101011110001010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705359; }

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

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

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

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

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

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

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

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