Shades of Falcon #73535A
Tints of Falcon #73535A
RGB
CMYK
RGB Variations
Color information
#73535A (or 0x73535A) is known color: Falcon. HEX triplet: 73, 53 and 5A. RGB value is (115,83,90). Sum of RGB (Red+Green+Blue) = 115+83+90=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #73535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73535A is #8CACA5. Grayscale: #5D5D5D. Windows color (decimal): -9219238 or 5919603. OLE color: 5919603.
HSL color Cylindrical-coordinate representation of color #73535A: hue angle of 346.88º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73535A is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 90 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.55 |
| HSL | 346.88º | 0.16% | 0.39% | - |
| HSV(B) | 346.88º | 0.28% | 0.45% | - |
| XYZ | 12.01 | 10.57 | 11.08 | - |
| YUV | 93.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 90 | 0 | 0.28 | 0.22 | 0.55 | 346.88 | 0.16 | 0.39 |
| Hex | 73 | 53 | 5A | 0 | 1C | 16 | 37 | 15B | 10 | 27 |
| Octal | 163 | 123 | 132 | 0 | 34 | 26 | 67 | 533 | 20 | 47 |
| Binary | 1110011 | 1010011 | 1011010 | 0 | 11100 | 10110 | 110111 | 101011011 | 10000 | 100111 |
Color Harmonies of #73535A
Complementary color
Monochromatic Colors of #73535A
Black with #73535A
Text Example
Text Example
White with #73535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73535A; }
p { color: rgb(115,83,90); }
H1.HeaderClassName
{
color: #73535A;
}
.AnyTagClassName
{
color: #73535A;
}
</style>
background-color css
<style>
a { background-color: #73535A; }
a { background-color: rgb(115,83,90); }
div.DivClassName
{
background-color: #73535A;
}
.BgClassName
{
background-color: #73535A;
}
</style>
border-color css
<style>
span { border-color: #73535A; }
span { border-color: rgb(115,83,90); }
td.TdClassName
{
border-color: #73535A;
}
.TagClassName
{
border-color: #73535A;
}
</style>