#724F53

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

Shades of Falcon #724F53

Tints of Falcon #724F53

Color information

#724F53 (or 0x724F53) is unknown color: approx Falcon. HEX triplet: 72, 4F and 53. RGB value is (114,79,83). Sum of RGB (Red+Green+Blue) = 114+79+83=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #724F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F53 is #8DB0AC. Grayscale: #595959. Windows color (decimal): -9285805 or 5459826. OLE color: 5459826.

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

Color convert

RGB1147983-
CMYK00.310.270.55
HSL353.14º18.13%37.84%-
HSV(B)353.14º30.7%44.71%-
XYZ11.39.799.48-
YUV89.92124.1145.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=41.30%
G=28.62%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114798300.310.270.55353.1418.1337.84
Hex724F5301F1B371611226
Octal16211712303733675412246
Binary1110010100111110100110111111101111011110110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F53; }

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

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

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

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

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

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

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

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