#745152

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

Shades of Falcon #745152

Tints of Falcon #745152

Color information

#745152 (or 0x745152) is unknown color: approx Falcon. HEX triplet: 74, 51 and 52. RGB value is (116,81,82). Sum of RGB (Red+Green+Blue) = 116+81+82=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #745152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745152 is #8BAEAD. Grayscale: #5B5B5B. Windows color (decimal): -9154222 or 5394804. OLE color: 5394804.

HSL color Cylindrical-coordinate representation of color #745152: hue angle of 358.29º 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 #745152 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1168182-
CMYK00.300.290.55
HSL358.29º17.77%38.63%-
HSV(B)358.29º30.17%45.49%-
XYZ11.6710.219.34-
YUV91.58122.6145.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=41.58%
G=29.03%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116818200.300.290.55358.2917.7738.63
Hex74515201E1D371661227
Octal16412112203635675462247
Binary1110100101000110100100111101110111011110110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745152; }

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

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

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

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

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

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

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

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