#705051

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

Shades of Falcon #705051

Tints of Falcon #705051

Color information

#705051 (or 0x705051) is unknown color: approx Falcon. HEX triplet: 70, 50 and 51. RGB value is (112,80,81). Sum of RGB (Red+Green+Blue) = 112+80+81=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #705051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705051 is #8FAFAE. Grayscale: #595959. Windows color (decimal): -9416623 or 5329008. OLE color: 5329008.

HSL color Cylindrical-coordinate representation of color #705051: hue angle of 358.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705051 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1128081-
CMYK00.290.280.56
HSL358.12º16.67%37.65%-
HSV(B)358.12º28.57%43.92%-
XYZ11.049.789.09-
YUV89.68123.1143.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=41.03%
G=29.30%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112808100.290.280.56358.1216.6737.65
Hex70505101D1C381661126
Octal16012012103534705462146
Binary1110000101000010100010111011110011100010110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705051; }

 p { color: rgb(112,80,81); }

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

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

 a { background-color: rgb(112,80,81); }

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

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

 span { border-color: rgb(112,80,81); }

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