#73575E

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

Shades of Falcon #73575E

Tints of Falcon #73575E

Color information

#73575E (or 0x73575E) is unknown color: approx Falcon. HEX triplet: 73, 57 and 5E. RGB value is (115,87,94). Sum of RGB (Red+Green+Blue) = 115+87+94=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #73575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73575E is #8CA8A1. Grayscale: #606060. Windows color (decimal): -9218210 or 6182771. OLE color: 6182771.

HSL color Cylindrical-coordinate representation of color #73575E: hue angle of 345º 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 #73575E is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1158794-
CMYK00.240.180.55
HSL345º13.86%39.61%-
HSV(B)345º24.35%45.1%-
XYZ12.511.2712.11-
YUV96.17126.78141.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=38.85%
G=29.39%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115879400.240.180.5534513.8639.61
Hex73575E0181237159e28
Octal16312713603022675311650
Binary111001110101111011110011000100101101111010110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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