#73575A

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

Shades of Falcon #73575A

Tints of Falcon #73575A

Color information

#73575A (or 0x73575A) is unknown color: approx Falcon. HEX triplet: 73, 57 and 5A. RGB value is (115,87,90). Sum of RGB (Red+Green+Blue) = 115+87+90=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73575A is #8CA8A5. Grayscale: #5F5F5F. Windows color (decimal): -9218214 or 5920627. OLE color: 5920627.

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

Color convert

RGB1158790-
CMYK00.240.220.55
HSL353.57º13.86%39.61%-
HSV(B)353.57º24.35%45.1%-
XYZ12.3211.211.19-
YUV95.71124.78141.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=39.38%
G=29.79%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115879000.240.220.55353.5713.8639.61
Hex73575A0181637162e28
Octal16312713203026675421650
Binary111001110101111011010011000101101101111011000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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