#705557

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

Shades of Falcon #705557

Tints of Falcon #705557

Color information

#705557 (or 0x705557) is unknown color: approx Falcon. HEX triplet: 70, 55 and 57. RGB value is (112,85,87). Sum of RGB (Red+Green+Blue) = 112+85+87=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705557 is #8FAAA8. Grayscale: #5D5D5D. Windows color (decimal): -9415337 or 5723504. OLE color: 5723504.

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

Color convert

RGB1128587-
CMYK00.240.220.56
HSL355.56º13.71%38.63%-
HSV(B)355.56º24.11%43.92%-
XYZ11.6510.6310.45-
YUV93.3124.45141.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=39.44%
G=29.93%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112858700.240.220.56355.5613.7138.63
Hex7055570181638164e27
Octal16012512703026705441647
Binary111000010101011010111011000101101110001011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705557; }

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

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

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

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

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

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

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

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