Shades of Finch #808B51
Tints of Finch #808B51
RGB
CMYK
RGB Variations
Color information
#808B51 (or 0x808B51) is known color: Finch. HEX triplet: 80, 8B and 51. RGB value is (128,139,81). Sum of RGB (Red+Green+Blue) = 128+139+81=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #808B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B51 is #7F74AE. Grayscale: #818181. Windows color (decimal): -8352943 or 5344128. OLE color: 5344128.
HSL color Cylindrical-coordinate representation of color #808B51: hue angle of 71.38º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808B51 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 81 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.45 |
| HSL | 71.38º | 0.26% | 0.43% | - |
| HSV(B) | 71.38º | 0.42% | 0.55% | - |
| XYZ | 19.62 | 23.65 | 11.32 | - |
| YUV | 129.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 81 | 0.08 | 0 | 0.42 | 0.45 | 71.38 | 0.26 | 0.43 |
| Hex | 80 | 8B | 51 | 8 | 0 | 2A | 2D | 47 | 1A | 2B |
| Octal | 200 | 213 | 121 | 10 | 0 | 52 | 55 | 107 | 32 | 53 |
| Binary | 10000000 | 10001011 | 1010001 | 1000 | 0 | 101010 | 101101 | 1000111 | 11010 | 101011 |
Color Harmonies of #808B51
Complementary color
Monochromatic Colors of #808B51
Black with #808B51
Text Example
Text Example
White with #808B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B51; }
p { color: rgb(128,139,81); }
H1.HeaderClassName
{
color: #808B51;
}
.AnyTagClassName
{
color: #808B51;
}
</style>
background-color css
<style>
a { background-color: #808B51; }
a { background-color: rgb(128,139,81); }
div.DivClassName
{
background-color: #808B51;
}
.BgClassName
{
background-color: #808B51;
}
</style>
border-color css
<style>
span { border-color: #808B51; }
span { border-color: rgb(128,139,81); }
td.TdClassName
{
border-color: #808B51;
}
.TagClassName
{
border-color: #808B51;
}
</style>