#715256

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

Shades of Falcon #715256

Tints of Falcon #715256

Color information

#715256 (or 0x715256) is unknown color: approx Falcon. HEX triplet: 71, 52 and 56. RGB value is (113,82,86). Sum of RGB (Red+Green+Blue) = 113+82+86=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #715256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715256 is #8EADA9. Grayscale: #5B5B5B. Windows color (decimal): -9350570 or 5657201. OLE color: 5657201.

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

Color convert

RGB1138286-
CMYK00.270.240.56
HSL352.26º15.9%38.24%-
HSV(B)352.26º27.43%44.31%-
XYZ11.5110.2210.17-
YUV91.72124.77143.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=40.21%
G=29.18%
B=30.60%

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
Decimal113828600.270.240.56352.2615.938.24
Hex71525601B18381601026
Octal16112212603330705402046
Binary1110001101001010101100110111100011100010110000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715256; }

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

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

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

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

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

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

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

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