Shades of Falcon #73545B
Tints of Falcon #73545B
RGB
CMYK
RGB Variations
Color information
#73545B (or 0x73545B) is known color: Falcon. HEX triplet: 73, 54 and 5B. RGB value is (115,84,91). Sum of RGB (Red+Green+Blue) = 115+84+91=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73545B is #8CABA4. Grayscale: #5E5E5E. Windows color (decimal): -9218981 or 5985395. OLE color: 5985395.
HSL color Cylindrical-coordinate representation of color #73545B: hue angle of 346.45º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73545B is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 91 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.55 |
| HSL | 346.45º | 0.16% | 0.39% | - |
| HSV(B) | 346.45º | 0.27% | 0.45% | - |
| XYZ | 12.13 | 10.74 | 11.33 | - |
| YUV | 94.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 91 | 0 | 0.27 | 0.21 | 0.55 | 346.45 | 0.16 | 0.39 |
| Hex | 73 | 54 | 5B | 0 | 1B | 15 | 37 | 15A | 10 | 27 |
| Octal | 163 | 124 | 133 | 0 | 33 | 25 | 67 | 532 | 20 | 47 |
| Binary | 1110011 | 1010100 | 1011011 | 0 | 11011 | 10101 | 110111 | 101011010 | 10000 | 100111 |
Color Harmonies of #73545B
Complementary color
Monochromatic Colors of #73545B
Black with #73545B
Text Example
Text Example
White with #73545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73545B; }
p { color: rgb(115,84,91); }
H1.HeaderClassName
{
color: #73545B;
}
.AnyTagClassName
{
color: #73545B;
}
</style>
background-color css
<style>
a { background-color: #73545B; }
a { background-color: rgb(115,84,91); }
div.DivClassName
{
background-color: #73545B;
}
.BgClassName
{
background-color: #73545B;
}
</style>
border-color css
<style>
span { border-color: #73545B; }
span { border-color: rgb(115,84,91); }
td.TdClassName
{
border-color: #73545B;
}
.TagClassName
{
border-color: #73545B;
}
</style>