Shades of Finch #808251
Tints of Finch #808251
RGB
CMYK
RGB Variations
Color information
#808251 (or 0x808251) is known color: Finch. HEX triplet: 80, 82 and 51. RGB value is (128,130,81). Sum of RGB (Red+Green+Blue) = 128+130+81=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #808251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808251 is #7F7DAE. Grayscale: #7C7C7C. Windows color (decimal): -8355247 or 5341824. OLE color: 5341824.
HSL color Cylindrical-coordinate representation of color #808251: hue angle of 62.45º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808251 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 81 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.49 |
| HSL | 62.45º | 0.23% | 0.41% | - |
| HSV(B) | 62.45º | 0.38% | 0.51% | - |
| XYZ | 18.37 | 21.15 | 10.9 | - |
| YUV | 123.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 81 | 0.02 | 0 | 0.38 | 0.49 | 62.45 | 0.23 | 0.41 |
| Hex | 80 | 82 | 51 | 2 | 0 | 26 | 31 | 3E | 17 | 29 |
| Octal | 200 | 202 | 121 | 2 | 0 | 46 | 61 | 76 | 27 | 51 |
| Binary | 10000000 | 10000010 | 1010001 | 10 | 0 | 100110 | 110001 | 111110 | 10111 | 101001 |
Color Harmonies of #808251
Complementary color
Monochromatic Colors of #808251
Black with #808251
Text Example
Text Example
White with #808251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808251; }
p { color: rgb(128,130,81); }
H1.HeaderClassName
{
color: #808251;
}
.AnyTagClassName
{
color: #808251;
}
</style>
background-color css
<style>
a { background-color: #808251; }
a { background-color: rgb(128,130,81); }
div.DivClassName
{
background-color: #808251;
}
.BgClassName
{
background-color: #808251;
}
</style>
border-color css
<style>
span { border-color: #808251; }
span { border-color: rgb(128,130,81); }
td.TdClassName
{
border-color: #808251;
}
.TagClassName
{
border-color: #808251;
}
</style>