#73595B

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

Shades of Falcon #73595B

Tints of Falcon #73595B

Color information

#73595B (or 0x73595B) is unknown color: approx Falcon. HEX triplet: 73, 59 and 5B. RGB value is (115,89,91). Sum of RGB (Red+Green+Blue) = 115+89+91=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73595B is #8CA6A4. Grayscale: #616161. Windows color (decimal): -9217701 or 5986675. OLE color: 5986675.

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

Color convert

RGB1158991-
CMYK00.230.210.55
HSL355.38º12.75%40%-
HSV(B)355.38º22.61%45.1%-
XYZ12.5311.5411.47-
YUV97124.61140.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=38.98%
G=30.17%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115899100.230.210.55355.3812.7540
Hex73595B0171537163d28
Octal16313113302725675431550
Binary111001110110011011011010111101011101111011000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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