#73585E

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

Shades of Falcon #73585E

Tints of Falcon #73585E

Color information

#73585E (or 0x73585E) is unknown color: approx Falcon. HEX triplet: 73, 58 and 5E. RGB value is (115,88,94). Sum of RGB (Red+Green+Blue) = 115+88+94=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #73585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73585E is #8CA7A1. Grayscale: #606060. Windows color (decimal): -9217954 or 6183027. OLE color: 6183027.

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

Color convert

RGB1158894-
CMYK00.230.180.55
HSL346.67º13.3%39.8%-
HSV(B)346.67º23.48%45.1%-
XYZ12.5811.4312.13-
YUV96.76126.45141.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=38.72%
G=29.63%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115889400.230.180.55346.6713.339.8
Hex73585E017123715bd28
Octal16313013602722675331550
Binary111001110110001011110010111100101101111010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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