#734D52

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

Shades of Falcon #734D52

Tints of Falcon #734D52

Color information

#734D52 (or 0x734D52) is unknown color: approx Falcon. HEX triplet: 73, 4D and 52. RGB value is (115,77,82). Sum of RGB (Red+Green+Blue) = 115+77+82=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #734D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D52 is #8CB2AD. Grayscale: #585858. Windows color (decimal): -9220782 or 5393779. OLE color: 5393779.

HSL color Cylindrical-coordinate representation of color #734D52: hue angle of 352.11º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734D52 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1157782-
CMYK00.330.290.55
HSL352.11º19.79%37.65%-
HSV(B)352.11º33.04%45.1%-
XYZ11.259.569.24-
YUV88.93124.09146.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 77 (30.47% from 255) = 28.10%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=41.97%
G=28.10%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115778200.330.290.55352.1119.7937.65
Hex734D520211D371601426
Octal16311512204135675402446
Binary11100111001101101001001000011110111011110110000010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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