#714E53

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

Shades of Falcon #714E53

Tints of Falcon #714E53

Color information

#714E53 (or 0x714E53) is unknown color: approx Falcon. HEX triplet: 71, 4E and 53. RGB value is (113,78,83). Sum of RGB (Red+Green+Blue) = 113+78+83=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #714E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E53 is #8EB1AC. Grayscale: #595959. Windows color (decimal): -9351597 or 5459569. OLE color: 5459569.

HSL color Cylindrical-coordinate representation of color #714E53: hue angle of 351.43º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #714E53 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1137883-
CMYK00.310.270.56
HSL351.43º18.32%37.45%-
HSV(B)351.43º30.97%44.31%-
XYZ11.19.589.45-
YUV89.04124.6145.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=41.24%
G=28.47%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113788300.310.270.56351.4318.3237.45
Hex714E5301F1B3815f1225
Octal16111612303733705372245
Binary1110001100111010100110111111101111100010101111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714E53; }

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

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

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

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

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

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

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

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