#705355

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

Shades of Falcon #705355

Tints of Falcon #705355

Color information

#705355 (or 0x705355) is unknown color: approx Falcon. HEX triplet: 70, 53 and 55. RGB value is (112,83,85). Sum of RGB (Red+Green+Blue) = 112+83+85=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705355 is #8FACAA. Grayscale: #5B5B5B. Windows color (decimal): -9415851 or 5591920. OLE color: 5591920.

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

Color convert

RGB1128385-
CMYK00.260.240.56
HSL355.86º14.87%38.24%-
HSV(B)355.86º25.89%43.92%-
XYZ11.4210.299.98-
YUV91.9124.11142.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=40%
G=29.64%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112838500.260.240.56355.8614.8738.24
Hex70535501A1838164f26
Octal16012312503230705441746
Binary111000010100111010101011010110001110001011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705355; }

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

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

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

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

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

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

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

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