Shades of Falcon #714D52
Tints of Falcon #714D52
RGB
CMYK
RGB Variations
Color information
#714D52 (or 0x714D52) is known color: Falcon. HEX triplet: 71, 4D and 52. RGB value is (113,77,82). Sum of RGB (Red+Green+Blue) = 113+77+82=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #714D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D52 is #8EB2AD. Grayscale: #585858. Windows color (decimal): -9351854 or 5393777. OLE color: 5393777.
HSL color Cylindrical-coordinate representation of color #714D52: hue angle of 351.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D52 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 82 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.56 |
| HSL | 351.67º | 0.19% | 0.37% | - |
| HSV(B) | 351.67º | 0.32% | 0.44% | - |
| XYZ | 10.99 | 9.43 | 9.22 | - |
| YUV | 88.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 82 | 0 | 0.32 | 0.27 | 0.56 | 351.67 | 0.19 | 0.37 |
| Hex | 71 | 4D | 52 | 0 | 20 | 1B | 38 | 160 | 13 | 25 |
| Octal | 161 | 115 | 122 | 0 | 40 | 33 | 70 | 540 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1010010 | 0 | 100000 | 11011 | 111000 | 101100000 | 10011 | 100101 |
Color Harmonies of #714D52
Complementary color
Monochromatic Colors of #714D52
Black with #714D52
Text Example
Text Example
White with #714D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D52; }
p { color: rgb(113,77,82); }
H1.HeaderClassName
{
color: #714D52;
}
.AnyTagClassName
{
color: #714D52;
}
</style>
background-color css
<style>
a { background-color: #714D52; }
a { background-color: rgb(113,77,82); }
div.DivClassName
{
background-color: #714D52;
}
.BgClassName
{
background-color: #714D52;
}
</style>
border-color css
<style>
span { border-color: #714D52; }
span { border-color: rgb(113,77,82); }
td.TdClassName
{
border-color: #714D52;
}
.TagClassName
{
border-color: #714D52;
}
</style>