#735556

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

Shades of Falcon #735556

Tints of Falcon #735556

Color information

#735556 (or 0x735556) is unknown color: approx Falcon. HEX triplet: 73, 55 and 56. RGB value is (115,85,86). Sum of RGB (Red+Green+Blue) = 115+85+86=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735556 is #8CAAA9. Grayscale: #5E5E5E. Windows color (decimal): -9218730 or 5657971. OLE color: 5657971.

HSL color Cylindrical-coordinate representation of color #735556: hue angle of 358º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735556 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1158586-
CMYK00.260.250.55
HSL358º15%39.22%-
HSV(B)358º26.09%45.1%-
XYZ1210.8110.26-
YUV94.08123.44142.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=40.21%
G=29.72%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115858600.260.250.553581539.22
Hex73555601A1937166f27
Octal16312512603231675461747
Binary111001110101011010110011010110011101111011001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735556; }

 p { color: rgb(115,85,86); }

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

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

 a { background-color: rgb(115,85,86); }

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

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

 span { border-color: rgb(115,85,86); }

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