#715455

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

Shades of Falcon #715455

Tints of Falcon #715455

Color information

#715455 (or 0x715455) is unknown color: approx Falcon. HEX triplet: 71, 54 and 55. RGB value is (113,84,85). Sum of RGB (Red+Green+Blue) = 113+84+85=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715455 is #8EABAA. Grayscale: #5C5C5C. Windows color (decimal): -9350059 or 5592177. OLE color: 5592177.

HSL color Cylindrical-coordinate representation of color #715455: hue angle of 357.93º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #715455 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1138485-
CMYK00.260.250.56
HSL357.93º14.72%38.63%-
HSV(B)357.93º25.66%44.31%-
XYZ11.6210.5110.01-
YUV92.78123.61142.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=40.07%
G=29.79%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113848500.260.250.56357.9314.7238.63
Hex71545501A1938166f27
Octal16112412503231705461747
Binary111000110101001010101011010110011110001011001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715455; }

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

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

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

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

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

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

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

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