#705257

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

Shades of Falcon #705257

Tints of Falcon #705257

Color information

#705257 (or 0x705257) is unknown color: approx Falcon. HEX triplet: 70, 52 and 57. RGB value is (112,82,87). Sum of RGB (Red+Green+Blue) = 112+82+87=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705257 is #8FADA8. Grayscale: #5B5B5B. Windows color (decimal): -9416105 or 5722736. OLE color: 5722736.

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

Color convert

RGB1128287-
CMYK00.270.220.56
HSL350º15.46%38.04%-
HSV(B)350º26.79%43.92%-
XYZ11.4210.1710.38-
YUV91.54125.44142.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=39.86%
G=29.18%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112828700.270.220.5635015.4638.04
Hex70525701B163815ef26
Octal16012212703326705361746
Binary111000010100101010111011011101101110001010111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705257; }

 p { color: rgb(112,82,87); }

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

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

 a { background-color: rgb(112,82,87); }

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

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

 span { border-color: rgb(112,82,87); }

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