Shades of Falcon #70535A
Tints of Falcon #70535A
RGB
CMYK
RGB Variations
Color information
#70535A (or 0x70535A) is known color: Falcon. HEX triplet: 70, 53 and 5A. RGB value is (112,83,90). Sum of RGB (Red+Green+Blue) = 112+83+90=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #70535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70535A is #8FACA5. Grayscale: #5C5C5C. Windows color (decimal): -9415846 or 5919600. OLE color: 5919600.
HSL color Cylindrical-coordinate representation of color #70535A: hue angle of 345.52º 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 #70535A is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 90 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.56 |
| HSL | 345.52º | 0.15% | 0.38% | - |
| HSV(B) | 345.52º | 0.26% | 0.44% | - |
| XYZ | 11.62 | 10.37 | 11.06 | - |
| YUV | 92.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 90 | 0 | 0.26 | 0.20 | 0.56 | 345.52 | 0.15 | 0.38 |
| Hex | 70 | 53 | 5A | 0 | 1A | 14 | 38 | 15A | F | 26 |
| Octal | 160 | 123 | 132 | 0 | 32 | 24 | 70 | 532 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1011010 | 0 | 11010 | 10100 | 111000 | 101011010 | 1111 | 100110 |
Color Harmonies of #70535A
Complementary color
Monochromatic Colors of #70535A
Black with #70535A
Text Example
Text Example
White with #70535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70535A; }
p { color: rgb(112,83,90); }
H1.HeaderClassName
{
color: #70535A;
}
.AnyTagClassName
{
color: #70535A;
}
</style>
background-color css
<style>
a { background-color: #70535A; }
a { background-color: rgb(112,83,90); }
div.DivClassName
{
background-color: #70535A;
}
.BgClassName
{
background-color: #70535A;
}
</style>
border-color css
<style>
span { border-color: #70535A; }
span { border-color: rgb(112,83,90); }
td.TdClassName
{
border-color: #70535A;
}
.TagClassName
{
border-color: #70535A;
}
</style>