#705259

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

Shades of Falcon #705259

Tints of Falcon #705259

Color information

#705259 (or 0x705259) is unknown color: approx Falcon. HEX triplet: 70, 52 and 59. RGB value is (112,82,89). Sum of RGB (Red+Green+Blue) = 112+82+89=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705259 is #8FADA6. Grayscale: #5B5B5B. Windows color (decimal): -9416103 or 5853808. OLE color: 5853808.

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

Color convert

RGB1128289-
CMYK00.270.210.56
HSL346º15.46%38.04%-
HSV(B)346º26.79%43.92%-
XYZ11.510.210.81-
YUV91.77126.44142.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=39.58%
G=28.98%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112828900.270.210.5634615.4638.04
Hex70525901B153815af26
Octal16012213103325705321746
Binary111000010100101011001011011101011110001010110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705259; }

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

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

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

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

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

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

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

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