#705357

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

Shades of Falcon #705357

Tints of Falcon #705357

Color information

#705357 (or 0x705357) is unknown color: approx Falcon. HEX triplet: 70, 53 and 57. RGB value is (112,83,87). Sum of RGB (Red+Green+Blue) = 112+83+87=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705357 is #8FACA8. Grayscale: #5C5C5C. Windows color (decimal): -9415849 or 5722992. OLE color: 5722992.

HSL color Cylindrical-coordinate representation of color #705357: hue angle of 351.72º 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 #705357 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1128387-
CMYK00.260.220.56
HSL351.72º14.87%38.24%-
HSV(B)351.72º25.89%43.92%-
XYZ11.510.3210.4-
YUV92.13125.11142.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=39.72%
G=29.43%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112838700.260.220.56351.7214.8738.24
Hex70535701A1638160f26
Octal16012312703226705401746
Binary111000010100111010111011010101101110001011000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705357; }

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

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

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

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

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

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

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

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