Shades of Falcon #73595D
Tints of Falcon #73595D
RGB
CMYK
RGB Variations
Color information
#73595D (or 0x73595D) is known color: Falcon. HEX triplet: 73, 59 and 5D. RGB value is (115,89,93). Sum of RGB (Red+Green+Blue) = 115+89+93=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #73595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73595D is #8CA6A2. Grayscale: #616161. Windows color (decimal): -9217699 or 6117747. OLE color: 6117747.
HSL color Cylindrical-coordinate representation of color #73595D: hue angle of 350.77º 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 #73595D is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 89 | 93 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.55 |
| HSL | 350.77º | 0.13% | 0.4% | - |
| HSV(B) | 350.77º | 0.23% | 0.45% | - |
| XYZ | 12.62 | 11.58 | 11.93 | - |
| YUV | 97.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 93 | 0 | 0.23 | 0.19 | 0.55 | 350.77 | 0.13 | 0.4 |
| Hex | 73 | 59 | 5D | 0 | 17 | 13 | 37 | 15F | D | 28 |
| Octal | 163 | 131 | 135 | 0 | 27 | 23 | 67 | 537 | 15 | 50 |
| Binary | 1110011 | 1011001 | 1011101 | 0 | 10111 | 10011 | 110111 | 101011111 | 1101 | 101000 |
Color Harmonies of #73595D
Complementary color
Monochromatic Colors of #73595D
Black with #73595D
Text Example
Text Example
White with #73595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73595D; }
p { color: rgb(115,89,93); }
H1.HeaderClassName
{
color: #73595D;
}
.AnyTagClassName
{
color: #73595D;
}
</style>
background-color css
<style>
a { background-color: #73595D; }
a { background-color: rgb(115,89,93); }
div.DivClassName
{
background-color: #73595D;
}
.BgClassName
{
background-color: #73595D;
}
</style>
border-color css
<style>
span { border-color: #73595D; }
span { border-color: rgb(115,89,93); }
td.TdClassName
{
border-color: #73595D;
}
.TagClassName
{
border-color: #73595D;
}
</style>