#705255

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

Shades of Falcon #705255

Tints of Falcon #705255

Color information

#705255 (or 0x705255) is unknown color: approx Falcon. HEX triplet: 70, 52 and 55. RGB value is (112,82,85). Sum of RGB (Red+Green+Blue) = 112+82+85=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705255 is #8FADAA. Grayscale: #5B5B5B. Windows color (decimal): -9416107 or 5591664. OLE color: 5591664.

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

Color convert

RGB1128285-
CMYK00.270.240.56
HSL354º15.46%38.04%-
HSV(B)354º26.79%43.92%-
XYZ11.3410.149.95-
YUV91.31124.44142.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=40.14%
G=29.39%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112828500.270.240.5635415.4638.04
Hex70525501B1838162f26
Octal16012212503330705421746
Binary111000010100101010101011011110001110001011000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705255; }

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

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

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

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

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

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

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

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