#73585A

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

Shades of Falcon #73585A

Tints of Falcon #73585A

Color information

#73585A (or 0x73585A) is unknown color: approx Falcon. HEX triplet: 73, 58 and 5A. RGB value is (115,88,90). Sum of RGB (Red+Green+Blue) = 115+88+90=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73585A is #8CA7A5. Grayscale: #606060. Windows color (decimal): -9217958 or 5920883. OLE color: 5920883.

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

Color convert

RGB1158890-
CMYK00.230.220.55
HSL355.56º13.3%39.8%-
HSV(B)355.56º23.48%45.1%-
XYZ12.4111.3611.21-
YUV96.3124.45141.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=39.25%
G=30.03%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115889000.230.220.55355.5613.339.8
Hex73585A0171637164d28
Octal16313013202726675441550
Binary111001110110001011010010111101101101111011001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73585A; }

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

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

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

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

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

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

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

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