Shades of Finch #808B58
Tints of Finch #808B58
RGB
CMYK
RGB Variations
Color information
#808B58 (or 0x808B58) is known color: Finch. HEX triplet: 80, 8B and 58. RGB value is (128,139,88). Sum of RGB (Red+Green+Blue) = 128+139+88=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #808B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B58 is #7F74A7. Grayscale: #828282. Windows color (decimal): -8352936 or 5802880. OLE color: 5802880.
HSL color Cylindrical-coordinate representation of color #808B58: hue angle of 72.94º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808B58 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 88 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.45 |
| HSL | 72.94º | 0.22% | 0.45% | - |
| HSV(B) | 72.94º | 0.37% | 0.55% | - |
| XYZ | 19.9 | 23.76 | 12.77 | - |
| YUV | 129.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 88 | 0.08 | 0 | 0.37 | 0.45 | 72.94 | 0.22 | 0.45 |
| Hex | 80 | 8B | 58 | 8 | 0 | 25 | 2D | 49 | 16 | 2D |
| Octal | 200 | 213 | 130 | 10 | 0 | 45 | 55 | 111 | 26 | 55 |
| Binary | 10000000 | 10001011 | 1011000 | 1000 | 0 | 100101 | 101101 | 1001001 | 10110 | 101101 |
Color Harmonies of #808B58
Complementary color
Monochromatic Colors of #808B58
Black with #808B58
Text Example
Text Example
White with #808B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B58; }
p { color: rgb(128,139,88); }
H1.HeaderClassName
{
color: #808B58;
}
.AnyTagClassName
{
color: #808B58;
}
</style>
background-color css
<style>
a { background-color: #808B58; }
a { background-color: rgb(128,139,88); }
div.DivClassName
{
background-color: #808B58;
}
.BgClassName
{
background-color: #808B58;
}
</style>
border-color css
<style>
span { border-color: #808B58; }
span { border-color: rgb(128,139,88); }
td.TdClassName
{
border-color: #808B58;
}
.TagClassName
{
border-color: #808B58;
}
</style>