#735359

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

Shades of Falcon #735359

Tints of Falcon #735359

Color information

#735359 (or 0x735359) is unknown color: approx Falcon. HEX triplet: 73, 53 and 59. RGB value is (115,83,89). Sum of RGB (Red+Green+Blue) = 115+83+89=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #735359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735359 is #8CACA6. Grayscale: #5D5D5D. Windows color (decimal): -9219239 or 5854067. OLE color: 5854067.

HSL color Cylindrical-coordinate representation of color #735359: hue angle of 348.75º degrees, saturation: 0.16, 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 #735359 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1158389-
CMYK00.280.230.55
HSL348.75º16.16%38.82%-
HSV(B)348.75º27.83%45.1%-
XYZ11.9710.5510.86-
YUV93.25125.6143.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=40.07%
G=28.92%
B=31.01%

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
Decimal115838900.280.230.55348.7516.1638.82
Hex73535901C173715d1027
Octal16312313103427675352047
Binary1110011101001110110010111001011111011110101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735359; }

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

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

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

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

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

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

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

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