#745153

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

Shades of Falcon #745153

Tints of Falcon #745153

Color information

#745153 (or 0x745153) is unknown color: approx Falcon. HEX triplet: 74, 51 and 53. RGB value is (116,81,83). Sum of RGB (Red+Green+Blue) = 116+81+83=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #745153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745153 is #8BAEAC. Grayscale: #5B5B5B. Windows color (decimal): -9154221 or 5460340. OLE color: 5460340.

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

Color convert

RGB1168183-
CMYK00.300.280.55
HSL356.57º17.77%38.63%-
HSV(B)356.57º30.17%45.49%-
XYZ11.7110.229.54-
YUV91.69123.1145.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=41.43%
G=28.93%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116818300.300.280.55356.5717.7738.63
Hex74515301E1C371651227
Octal16412112303634675452247
Binary1110100101000110100110111101110011011110110010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745153; }

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

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

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

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

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

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

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

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