#735052

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

Shades of Falcon #735052

Tints of Falcon #735052

Color information

#735052 (or 0x735052) is unknown color: approx Falcon. HEX triplet: 73, 50 and 52. RGB value is (115,80,82). Sum of RGB (Red+Green+Blue) = 115+80+82=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #735052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735052 is #8CAFAD. Grayscale: #5A5A5A. Windows color (decimal): -9220014 or 5394547. OLE color: 5394547.

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

Color convert

RGB1158082-
CMYK00.300.290.55
HSL356.57º17.95%38.24%-
HSV(B)356.57º30.43%45.1%-
XYZ11.469.999.31-
YUV90.69123.1145.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=41.52%
G=28.88%
B=29.60%

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
Decimal115808200.300.290.55356.5717.9538.24
Hex73505201E1D371651226
Octal16312012203635675452246
Binary1110011101000010100100111101110111011110110010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735052; }

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

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

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

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

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

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

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

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