Shades of Finch #808451
Tints of Finch #808451
RGB
CMYK
RGB Variations
Color information
#808451 (or 0x808451) is known color: Finch. HEX triplet: 80, 84 and 51. RGB value is (128,132,81). Sum of RGB (Red+Green+Blue) = 128+132+81=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #808451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808451 is #7F7BAE. Grayscale: #7D7D7D. Windows color (decimal): -8354735 or 5342336. OLE color: 5342336.
HSL color Cylindrical-coordinate representation of color #808451: hue angle of 64.71º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808451 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 81 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.48 |
| HSL | 64.71º | 0.24% | 0.42% | - |
| HSV(B) | 64.71º | 0.39% | 0.52% | - |
| XYZ | 18.64 | 21.69 | 10.99 | - |
| YUV | 124.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 81 | 0.03 | 0 | 0.39 | 0.48 | 64.71 | 0.24 | 0.42 |
| Hex | 80 | 84 | 51 | 3 | 0 | 27 | 30 | 41 | 18 | 2A |
| Octal | 200 | 204 | 121 | 3 | 0 | 47 | 60 | 101 | 30 | 52 |
| Binary | 10000000 | 10000100 | 1010001 | 11 | 0 | 100111 | 110000 | 1000001 | 11000 | 101010 |
Color Harmonies of #808451
Complementary color
Monochromatic Colors of #808451
Black with #808451
Text Example
Text Example
White with #808451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808451; }
p { color: rgb(128,132,81); }
H1.HeaderClassName
{
color: #808451;
}
.AnyTagClassName
{
color: #808451;
}
</style>
background-color css
<style>
a { background-color: #808451; }
a { background-color: rgb(128,132,81); }
div.DivClassName
{
background-color: #808451;
}
.BgClassName
{
background-color: #808451;
}
</style>
border-color css
<style>
span { border-color: #808451; }
span { border-color: rgb(128,132,81); }
td.TdClassName
{
border-color: #808451;
}
.TagClassName
{
border-color: #808451;
}
</style>