#714E51

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

Shades of Falcon #714E51

Tints of Falcon #714E51

Color information

#714E51 (or 0x714E51) is unknown color: approx Falcon. HEX triplet: 71, 4E and 51. RGB value is (113,78,81). Sum of RGB (Red+Green+Blue) = 113+78+81=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #714E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E51 is #8EB1AE. Grayscale: #585858. Windows color (decimal): -9351599 or 5328497. OLE color: 5328497.

HSL color Cylindrical-coordinate representation of color #714E51: hue angle of 354.86º 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 #714E51 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1137881-
CMYK00.310.280.56
HSL354.86º18.32%37.45%-
HSV(B)354.86º30.97%44.31%-
XYZ11.029.559.05-
YUV88.81123.6145.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=41.54%
G=28.68%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113788100.310.280.56354.8618.3237.45
Hex714E5101F1C381631225
Octal16111612103734705432245
Binary1110001100111010100010111111110011100010110001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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