#715259

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

Shades of Falcon #715259

Tints of Falcon #715259

Color information

#715259 (or 0x715259) is unknown color: approx Falcon. HEX triplet: 71, 52 and 59. RGB value is (113,82,89). Sum of RGB (Red+Green+Blue) = 113+82+89=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715259 is #8EADA6. Grayscale: #5C5C5C. Windows color (decimal): -9350567 or 5853809. OLE color: 5853809.

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

Color convert

RGB1138289-
CMYK00.270.210.56
HSL346.45º15.9%38.24%-
HSV(B)346.45º27.43%44.31%-
XYZ11.6310.2710.82-
YUV92.07126.27142.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=39.79%
G=28.87%
B=31.34%

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
Decimal113828900.270.210.56346.4515.938.24
Hex71525901B153815a1026
Octal16112213103325705322046
Binary1110001101001010110010110111010111100010101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715259; }

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

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

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

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

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

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

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

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