Shades of Finch #808B59
Tints of Finch #808B59
RGB
CMYK
RGB Variations
Color information
#808B59 (or 0x808B59) is known color: Finch. HEX triplet: 80, 8B and 59. RGB value is (128,139,89). Sum of RGB (Red+Green+Blue) = 128+139+89=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #808B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B59 is #7F74A6. Grayscale: #828282. Windows color (decimal): -8352935 or 5868416. OLE color: 5868416.
HSL color Cylindrical-coordinate representation of color #808B59: hue angle of 73.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #808B59 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 89 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.45 |
| HSL | 73.2º | 0.22% | 0.45% | - |
| HSV(B) | 73.2º | 0.36% | 0.55% | - |
| XYZ | 19.94 | 23.78 | 12.99 | - |
| YUV | 130.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 89 | 0.08 | 0 | 0.36 | 0.45 | 73.2 | 0.22 | 0.45 |
| Hex | 80 | 8B | 59 | 8 | 0 | 24 | 2D | 49 | 16 | 2D |
| Octal | 200 | 213 | 131 | 10 | 0 | 44 | 55 | 111 | 26 | 55 |
| Binary | 10000000 | 10001011 | 1011001 | 1000 | 0 | 100100 | 101101 | 1001001 | 10110 | 101101 |
Color Harmonies of #808B59
Complementary color
Monochromatic Colors of #808B59
Black with #808B59
Text Example
Text Example
White with #808B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B59; }
p { color: rgb(128,139,89); }
H1.HeaderClassName
{
color: #808B59;
}
.AnyTagClassName
{
color: #808B59;
}
</style>
background-color css
<style>
a { background-color: #808B59; }
a { background-color: rgb(128,139,89); }
div.DivClassName
{
background-color: #808B59;
}
.BgClassName
{
background-color: #808B59;
}
</style>
border-color css
<style>
span { border-color: #808B59; }
span { border-color: rgb(128,139,89); }
td.TdClassName
{
border-color: #808B59;
}
.TagClassName
{
border-color: #808B59;
}
</style>