Shades of Finch #808459
Tints of Finch #808459
RGB
CMYK
RGB Variations
Color information
#808459 (or 0x808459) is known color: Finch. HEX triplet: 80, 84 and 59. RGB value is (128,132,89). Sum of RGB (Red+Green+Blue) = 128+132+89=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #808459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808459 is #7F7BA6. Grayscale: #7E7E7E. Windows color (decimal): -8354727 or 5866624. OLE color: 5866624.
HSL color Cylindrical-coordinate representation of color #808459: hue angle of 65.58º 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 #808459 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 89 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.48 |
| HSL | 65.58º | 0.19% | 0.43% | - |
| HSV(B) | 65.58º | 0.33% | 0.52% | - |
| XYZ | 18.96 | 21.81 | 12.66 | - |
| YUV | 125.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 89 | 0.03 | 0 | 0.33 | 0.48 | 65.58 | 0.19 | 0.43 |
| Hex | 80 | 84 | 59 | 3 | 0 | 21 | 30 | 42 | 13 | 2B |
| Octal | 200 | 204 | 131 | 3 | 0 | 41 | 60 | 102 | 23 | 53 |
| Binary | 10000000 | 10000100 | 1011001 | 11 | 0 | 100001 | 110000 | 1000010 | 10011 | 101011 |
Color Harmonies of #808459
Complementary color
Monochromatic Colors of #808459
Black with #808459
Text Example
Text Example
White with #808459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808459; }
p { color: rgb(128,132,89); }
H1.HeaderClassName
{
color: #808459;
}
.AnyTagClassName
{
color: #808459;
}
</style>
background-color css
<style>
a { background-color: #808459; }
a { background-color: rgb(128,132,89); }
div.DivClassName
{
background-color: #808459;
}
.BgClassName
{
background-color: #808459;
}
</style>
border-color css
<style>
span { border-color: #808459; }
span { border-color: rgb(128,132,89); }
td.TdClassName
{
border-color: #808459;
}
.TagClassName
{
border-color: #808459;
}
</style>