#714D52

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

Shades of Falcon #714D52

Tints of Falcon #714D52

Color information

#714D52 (or 0x714D52) is unknown color: approx Falcon. HEX triplet: 71, 4D and 52. RGB value is (113,77,82). Sum of RGB (Red+Green+Blue) = 113+77+82=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #714D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D52 is #8EB2AD. Grayscale: #585858. Windows color (decimal): -9351854 or 5393777. OLE color: 5393777.

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

Color convert

RGB1137782-
CMYK00.320.270.56
HSL351.67º18.95%37.25%-
HSV(B)351.67º31.86%44.31%-
XYZ10.999.439.22-
YUV88.33124.43145.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=41.54%
G=28.31%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113778200.320.270.56351.6718.9537.25
Hex714D520201B381601325
Octal16111512204033705402345
Binary11100011001101101001001000001101111100010110000010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,77,82); }

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

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

 a { background-color: rgb(113,77,82); }

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

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

 span { border-color: rgb(113,77,82); }

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