Shades of Finch #808250
Tints of Finch #808250
RGB
CMYK
RGB Variations
Color information
#808250 (or 0x808250) is known color: Finch. HEX triplet: 80, 82 and 50. RGB value is (128,130,80). Sum of RGB (Red+Green+Blue) = 128+130+80=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #808250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808250 is #7F7DAF. Grayscale: #7B7B7B. Windows color (decimal): -8355248 or 5276288. OLE color: 5276288.
HSL color Cylindrical-coordinate representation of color #808250: hue angle of 62.4º degrees, saturation: 0.24, 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 #808250 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 80 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.49 |
| HSL | 62.4º | 0.24% | 0.41% | - |
| HSV(B) | 62.4º | 0.38% | 0.51% | - |
| XYZ | 18.33 | 21.13 | 10.7 | - |
| YUV | 123.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 80 | 0.02 | 0 | 0.38 | 0.49 | 62.4 | 0.24 | 0.41 |
| Hex | 80 | 82 | 50 | 2 | 0 | 26 | 31 | 3E | 18 | 29 |
| Octal | 200 | 202 | 120 | 2 | 0 | 46 | 61 | 76 | 30 | 51 |
| Binary | 10000000 | 10000010 | 1010000 | 10 | 0 | 100110 | 110001 | 111110 | 11000 | 101001 |
Color Harmonies of #808250
Complementary color
Monochromatic Colors of #808250
Black with #808250
Text Example
Text Example
White with #808250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808250; }
p { color: rgb(128,130,80); }
H1.HeaderClassName
{
color: #808250;
}
.AnyTagClassName
{
color: #808250;
}
</style>
background-color css
<style>
a { background-color: #808250; }
a { background-color: rgb(128,130,80); }
div.DivClassName
{
background-color: #808250;
}
.BgClassName
{
background-color: #808250;
}
</style>
border-color css
<style>
span { border-color: #808250; }
span { border-color: rgb(128,130,80); }
td.TdClassName
{
border-color: #808250;
}
.TagClassName
{
border-color: #808250;
}
</style>