#714B51

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

Shades of Falcon #714B51

Tints of Falcon #714B51

Color information

#714B51 (or 0x714B51) is unknown color: approx Falcon. HEX triplet: 71, 4B and 51. RGB value is (113,75,81). Sum of RGB (Red+Green+Blue) = 113+75+81=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #714B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B51 is #8EB4AE. Grayscale: #575757. Windows color (decimal): -9352367 or 5327729. OLE color: 5327729.

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

Color convert

RGB1137581-
CMYK00.340.280.56
HSL350.53º20.21%36.86%-
HSV(B)350.53º33.63%44.31%-
XYZ10.819.148.98-
YUV87.05124.59146.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 81 (32.03% from 255) = 30.11%
R=42.01%
G=27.88%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113758100.340.280.56350.5320.2136.86
Hex714B510221C3815f1425
Octal16111312104234705372445
Binary11100011001011101000101000101110011100010101111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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