#73575C

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

Shades of Falcon #73575C

Tints of Falcon #73575C

Color information

#73575C (or 0x73575C) is unknown color: approx Falcon. HEX triplet: 73, 57 and 5C. RGB value is (115,87,92). Sum of RGB (Red+Green+Blue) = 115+87+92=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73575C is #8CA8A3. Grayscale: #5F5F5F. Windows color (decimal): -9218212 or 6051699. OLE color: 6051699.

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

Color convert

RGB1158792-
CMYK00.240.200.55
HSL349.29º13.86%39.61%-
HSV(B)349.29º24.35%45.1%-
XYZ12.4111.2311.64-
YUV95.94125.78141.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=39.12%
G=29.59%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115879200.240.200.55349.2913.8639.61
Hex73575C018143715de28
Octal16312713403024675351650
Binary111001110101111011100011000101001101111010111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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