#735358

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

Shades of Falcon #735358

Tints of Falcon #735358

Color information

#735358 (or 0x735358) is unknown color: approx Falcon. HEX triplet: 73, 53 and 58. RGB value is (115,83,88). Sum of RGB (Red+Green+Blue) = 115+83+88=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735358 is #8CACA7. Grayscale: #5D5D5D. Windows color (decimal): -9219240 or 5788531. OLE color: 5788531.

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

Color convert

RGB1158388-
CMYK00.280.230.55
HSL350.62º16.16%38.82%-
HSV(B)350.62º27.83%45.1%-
XYZ11.9210.5410.64-
YUV93.14125.1143.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 88 (34.77% from 255) = 30.77%
R=40.21%
G=29.02%
B=30.77%

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
Decimal115838800.280.230.55350.6216.1638.82
Hex73535801C173715f1027
Octal16312313003427675372047
Binary1110011101001110110000111001011111011110101111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735358; }

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

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

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

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

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

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

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

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