#73585C

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

Shades of Falcon #73585C

Tints of Falcon #73585C

Color information

#73585C (or 0x73585C) is unknown color: approx Falcon. HEX triplet: 73, 58 and 5C. RGB value is (115,88,92). Sum of RGB (Red+Green+Blue) = 115+88+92=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73585C is #8CA7A3. Grayscale: #606060. Windows color (decimal): -9217956 or 6051955. OLE color: 6051955.

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

Color convert

RGB1158892-
CMYK00.230.200.55
HSL351.11º13.3%39.8%-
HSV(B)351.11º23.48%45.1%-
XYZ12.4911.411.67-
YUV96.53125.45141.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=38.98%
G=29.83%
B=31.19%

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
Decimal115889200.230.200.55351.1113.339.8
Hex73585C017143715fd28
Octal16313013402724675371550
Binary111001110110001011100010111101001101111010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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