#735057

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

Shades of Falcon #735057

Tints of Falcon #735057

Color information

#735057 (or 0x735057) is unknown color: approx Falcon. HEX triplet: 73, 50 and 57. RGB value is (115,80,87). Sum of RGB (Red+Green+Blue) = 115+80+87=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735057 is #8CAFA8. Grayscale: #5B5B5B. Windows color (decimal): -9220009 or 5722227. OLE color: 5722227.

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

Color convert

RGB1158087-
CMYK00.300.240.55
HSL348º17.95%38.24%-
HSV(B)348º30.43%45.1%-
XYZ11.6610.0710.35-
YUV91.26125.6144.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=40.78%
G=28.37%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115808700.300.240.5534817.9538.24
Hex73505701E183715c1226
Octal16312012703630675342246
Binary1110011101000010101110111101100011011110101110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735057; }

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

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

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

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

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

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

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

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