Shades of Falcon #705359
Tints of Falcon #705359
RGB
CMYK
RGB Variations
Color information
#705359 (or 0x705359) is known color: Falcon. HEX triplet: 70, 53 and 59. RGB value is (112,83,89). Sum of RGB (Red+Green+Blue) = 112+83+89=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705359 is #8FACA6. Grayscale: #5C5C5C. Windows color (decimal): -9415847 or 5854064. OLE color: 5854064.
HSL color Cylindrical-coordinate representation of color #705359: hue angle of 347.59º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705359 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 89 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.56 |
| HSL | 347.59º | 0.15% | 0.38% | - |
| HSV(B) | 347.59º | 0.26% | 0.44% | - |
| XYZ | 11.58 | 10.35 | 10.84 | - |
| YUV | 92.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 89 | 0 | 0.26 | 0.21 | 0.56 | 347.59 | 0.15 | 0.38 |
| Hex | 70 | 53 | 59 | 0 | 1A | 15 | 38 | 15C | F | 26 |
| Octal | 160 | 123 | 131 | 0 | 32 | 25 | 70 | 534 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1011001 | 0 | 11010 | 10101 | 111000 | 101011100 | 1111 | 100110 |
Color Harmonies of #705359
Complementary color
Monochromatic Colors of #705359
Black with #705359
Text Example
Text Example
White with #705359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705359; }
p { color: rgb(112,83,89); }
H1.HeaderClassName
{
color: #705359;
}
.AnyTagClassName
{
color: #705359;
}
</style>
background-color css
<style>
a { background-color: #705359; }
a { background-color: rgb(112,83,89); }
div.DivClassName
{
background-color: #705359;
}
.BgClassName
{
background-color: #705359;
}
</style>
border-color css
<style>
span { border-color: #705359; }
span { border-color: rgb(112,83,89); }
td.TdClassName
{
border-color: #705359;
}
.TagClassName
{
border-color: #705359;
}
</style>