#715254

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

Shades of Falcon #715254

Tints of Falcon #715254

Color information

#715254 (or 0x715254) is unknown color: approx Falcon. HEX triplet: 71, 52 and 54. RGB value is (113,82,84). Sum of RGB (Red+Green+Blue) = 113+82+84=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #715254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715254 is #8EADAB. Grayscale: #5B5B5B. Windows color (decimal): -9350572 or 5526129. OLE color: 5526129.

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

Color convert

RGB1138284-
CMYK00.270.260.56
HSL356.13º15.9%38.24%-
HSV(B)356.13º27.43%44.31%-
XYZ11.4310.199.75-
YUV91.5123.77143.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=40.50%
G=29.39%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113828400.270.260.56356.1315.938.24
Hex71525401B1A381641026
Octal16112212403332705442046
Binary1110001101001010101000110111101011100010110010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715254; }

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

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

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

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

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

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

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

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