Shades of Falcon #84595D
Tints of Falcon #84595D
RGB
CMYK
RGB Variations
Color information
#84595D (or 0x84595D) is known color: Falcon. HEX triplet: 84, 59 and 5D. RGB value is (132,89,93). Sum of RGB (Red+Green+Blue) = 132+89+93=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #84595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84595D is #7BA6A2. Grayscale: #666666. Windows color (decimal): -8103587 or 6117764. OLE color: 6117764.
HSL color Cylindrical-coordinate representation of color #84595D: hue angle of 354.42º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84595D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 93 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.48 |
| HSL | 354.42º | 0.19% | 0.43% | - |
| HSV(B) | 354.42º | 0.33% | 0.52% | - |
| XYZ | 15.06 | 12.84 | 12.04 | - |
| YUV | 102.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 93 | 0 | 0.33 | 0.30 | 0.48 | 354.42 | 0.19 | 0.43 |
| Hex | 84 | 59 | 5D | 0 | 21 | 1E | 30 | 162 | 13 | 2B |
| Octal | 204 | 131 | 135 | 0 | 41 | 36 | 60 | 542 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1011101 | 0 | 100001 | 11110 | 110000 | 101100010 | 10011 | 101011 |
Color Harmonies of #84595D
Complementary color
Monochromatic Colors of #84595D
Black with #84595D
Text Example
Text Example
White with #84595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84595D; }
p { color: rgb(132,89,93); }
H1.HeaderClassName
{
color: #84595D;
}
.AnyTagClassName
{
color: #84595D;
}
</style>
background-color css
<style>
a { background-color: #84595D; }
a { background-color: rgb(132,89,93); }
div.DivClassName
{
background-color: #84595D;
}
.BgClassName
{
background-color: #84595D;
}
</style>
border-color css
<style>
span { border-color: #84595D; }
span { border-color: rgb(132,89,93); }
td.TdClassName
{
border-color: #84595D;
}
.TagClassName
{
border-color: #84595D;
}
</style>