#725053

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

Shades of Falcon #725053

Tints of Falcon #725053

Color information

#725053 (or 0x725053) is unknown color: approx Falcon. HEX triplet: 72, 50 and 53. RGB value is (114,80,83). Sum of RGB (Red+Green+Blue) = 114+80+83=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #725053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725053 is #8DAFAC. Grayscale: #5A5A5A. Windows color (decimal): -9285549 or 5460082. OLE color: 5460082.

HSL color Cylindrical-coordinate representation of color #725053: hue angle of 354.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725053 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1148083-
CMYK00.300.270.55
HSL354.71º17.53%38.04%-
HSV(B)354.71º29.82%44.71%-
XYZ11.379.949.5-
YUV90.51123.76144.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=41.16%
G=28.88%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114808300.300.270.55354.7117.5338.04
Hex72505301E1B371631226
Octal16212012303633675432246
Binary1110010101000010100110111101101111011110110001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725053; }

 p { color: rgb(114,80,83); }

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

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

 a { background-color: rgb(114,80,83); }

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

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

 span { border-color: rgb(114,80,83); }

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