#715357

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

Shades of Falcon #715357

Tints of Falcon #715357

Color information

#715357 (or 0x715357) is unknown color: approx Falcon. HEX triplet: 71, 53 and 57. RGB value is (113,83,87). Sum of RGB (Red+Green+Blue) = 113+83+87=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #715357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715357 is #8EACA8. Grayscale: #5C5C5C. Windows color (decimal): -9350313 or 5722993. OLE color: 5722993.

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

Color convert

RGB1138387-
CMYK00.270.230.56
HSL352º15.31%38.43%-
HSV(B)352º26.55%44.31%-
XYZ11.6210.3910.41-
YUV92.43124.94142.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 87 (34.38% from 255) = 30.74%
R=39.93%
G=29.33%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113838700.270.230.5635215.3138.43
Hex71535701B1738160f26
Octal16112312703327705401746
Binary111000110100111010111011011101111110001011000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715357; }

 p { color: rgb(113,83,87); }

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

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

 a { background-color: rgb(113,83,87); }

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

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

 span { border-color: rgb(113,83,87); }

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