#715559

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

Shades of Falcon #715559

Tints of Falcon #715559

Color information

#715559 (or 0x715559) is unknown color: approx Falcon. HEX triplet: 71, 55 and 59. RGB value is (113,85,89). Sum of RGB (Red+Green+Blue) = 113+85+89=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715559 is #8EAAA6. Grayscale: #5D5D5D. Windows color (decimal): -9349799 or 5854577. OLE color: 5854577.

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

Color convert

RGB1138589-
CMYK00.250.210.56
HSL351.43º14.14%38.82%-
HSV(B)351.43º24.78%44.31%-
XYZ11.8610.7310.9-
YUV93.83125.28141.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=39.37%
G=29.62%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113858900.250.210.56351.4314.1438.82
Hex715559019153815fe27
Octal16112513103125705371647
Binary111000110101011011001011001101011110001010111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715559; }

 p { color: rgb(113,85,89); }

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

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

 a { background-color: rgb(113,85,89); }

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

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

 span { border-color: rgb(113,85,89); }

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