#73595C

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

Shades of Falcon #73595C

Tints of Falcon #73595C

Color information

#73595C (or 0x73595C) is unknown color: approx Falcon. HEX triplet: 73, 59 and 5C. RGB value is (115,89,92). Sum of RGB (Red+Green+Blue) = 115+89+92=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #73595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73595C is #8CA6A3. Grayscale: #616161. Windows color (decimal): -9217700 or 6052211. OLE color: 6052211.

HSL color Cylindrical-coordinate representation of color #73595C: hue angle of 353.08º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73595C is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1158992-
CMYK00.230.200.55
HSL353.08º12.75%40%-
HSV(B)353.08º22.61%45.1%-
XYZ12.5711.5611.69-
YUV97.12125.11140.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=38.85%
G=30.07%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115899200.230.200.55353.0812.7540
Hex73595C0171437161d28
Octal16313113402724675411550
Binary111001110110011011100010111101001101111011000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73595C; }

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

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

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

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

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

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

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

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