#715355

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

Shades of Falcon #715355

Tints of Falcon #715355

Color information

#715355 (or 0x715355) is unknown color: approx Falcon. HEX triplet: 71, 53 and 55. RGB value is (113,83,85). Sum of RGB (Red+Green+Blue) = 113+83+85=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #715355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715355 is #8EACAA. Grayscale: #5C5C5C. Windows color (decimal): -9350315 or 5591921. OLE color: 5591921.

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

Color convert

RGB1138385-
CMYK00.270.250.56
HSL356º15.31%38.43%-
HSV(B)356º26.55%44.31%-
XYZ11.5410.359.98-
YUV92.2123.94142.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=40.21%
G=29.54%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113838500.270.250.5635615.3138.43
Hex71535501B1938164f26
Octal16112312503331705441746
Binary111000110100111010101011011110011110001011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715355; }

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

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

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

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

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

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

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

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