#73595A

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

Shades of Falcon #73595A

Tints of Falcon #73595A

Color information

#73595A (or 0x73595A) is unknown color: approx Falcon. HEX triplet: 73, 59 and 5A. RGB value is (115,89,90). Sum of RGB (Red+Green+Blue) = 115+89+90=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73595A is #8CA6A5. Grayscale: #606060. Windows color (decimal): -9217702 or 5921139. OLE color: 5921139.

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

Color convert

RGB1158990-
CMYK00.230.220.55
HSL357.69º12.75%40%-
HSV(B)357.69º22.61%45.1%-
XYZ12.4911.5311.24-
YUV96.89124.11140.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=39.12%
G=30.27%
B=30.61%

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
Decimal115899000.230.220.55357.6912.7540
Hex73595A0171637166d28
Octal16313113202726675461550
Binary111001110110011011010010111101101101111011001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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