#745359

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

Shades of Falcon #745359

Tints of Falcon #745359

Color information

#745359 (or 0x745359) is unknown color: approx Falcon. HEX triplet: 74, 53 and 59. RGB value is (116,83,89). Sum of RGB (Red+Green+Blue) = 116+83+89=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #745359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745359 is #8BACA6. Grayscale: #5D5D5D. Windows color (decimal): -9153703 or 5854068. OLE color: 5854068.

HSL color Cylindrical-coordinate representation of color #745359: hue angle of 349.09º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745359 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1168389-
CMYK00.280.230.55
HSL349.09º16.58%39.02%-
HSV(B)349.09º28.45%45.49%-
XYZ12.110.6210.86-
YUV93.55125.43144.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=40.28%
G=28.82%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116838900.280.230.55349.0916.5839.02
Hex74535901C173715d1127
Octal16412313103427675352147
Binary1110100101001110110010111001011111011110101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745359; }

 p { color: rgb(116,83,89); }

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

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

 a { background-color: rgb(116,83,89); }

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

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

 span { border-color: rgb(116,83,89); }

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