#715356

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

Shades of Falcon #715356

Tints of Falcon #715356

Color information

#715356 (or 0x715356) is unknown color: approx Falcon. HEX triplet: 71, 53 and 56. RGB value is (113,83,86). Sum of RGB (Red+Green+Blue) = 113+83+86=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715356 is #8EACA9. Grayscale: #5C5C5C. Windows color (decimal): -9350314 or 5657457. OLE color: 5657457.

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

Color convert

RGB1138386-
CMYK00.270.240.56
HSL354º15.31%38.43%-
HSV(B)354º26.55%44.31%-
XYZ11.5810.3710.2-
YUV92.31124.44142.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=40.07%
G=29.43%
B=30.50%

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
Decimal113838600.270.240.5635415.3138.43
Hex71535601B1838162f26
Octal16112312603330705421746
Binary111000110100111010110011011110001110001011000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715356; }

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

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

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

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

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

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

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

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