#724D52

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

Shades of Falcon #724D52

Tints of Falcon #724D52

Color information

#724D52 (or 0x724D52) is unknown color: approx Falcon. HEX triplet: 72, 4D and 52. RGB value is (114,77,82). Sum of RGB (Red+Green+Blue) = 114+77+82=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #724D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D52 is #8DB2AD. Grayscale: #585858. Windows color (decimal): -9286318 or 5393778. OLE color: 5393778.

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

Color convert

RGB1147782-
CMYK00.320.280.55
HSL351.89º19.37%37.45%-
HSV(B)351.89º32.46%44.71%-
XYZ11.129.499.23-
YUV88.63124.26146.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=41.76%
G=28.21%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114778200.320.280.55351.8919.3737.45
Hex724D520201C371601325
Octal16211512204034675402345
Binary11100101001101101001001000001110011011110110000010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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