Shades of Finch #808350
Tints of Finch #808350
RGB
CMYK
RGB Variations
Color information
#808350 (or 0x808350) is known color: Finch. HEX triplet: 80, 83 and 50. RGB value is (128,131,80). Sum of RGB (Red+Green+Blue) = 128+131+80=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #808350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808350 is #7F7CAF. Grayscale: #7C7C7C. Windows color (decimal): -8354992 or 5276544. OLE color: 5276544.
HSL color Cylindrical-coordinate representation of color #808350: hue angle of 63.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808350 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 80 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.49 |
| HSL | 63.53º | 0.24% | 0.41% | - |
| HSV(B) | 63.53º | 0.39% | 0.51% | - |
| XYZ | 18.47 | 21.4 | 10.75 | - |
| YUV | 124.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 80 | 0.02 | 0 | 0.39 | 0.49 | 63.53 | 0.24 | 0.41 |
| Hex | 80 | 83 | 50 | 2 | 0 | 27 | 31 | 40 | 18 | 29 |
| Octal | 200 | 203 | 120 | 2 | 0 | 47 | 61 | 100 | 30 | 51 |
| Binary | 10000000 | 10000011 | 1010000 | 10 | 0 | 100111 | 110001 | 1000000 | 11000 | 101001 |
Color Harmonies of #808350
Complementary color
Monochromatic Colors of #808350
Black with #808350
Text Example
Text Example
White with #808350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808350; }
p { color: rgb(128,131,80); }
H1.HeaderClassName
{
color: #808350;
}
.AnyTagClassName
{
color: #808350;
}
</style>
background-color css
<style>
a { background-color: #808350; }
a { background-color: rgb(128,131,80); }
div.DivClassName
{
background-color: #808350;
}
.BgClassName
{
background-color: #808350;
}
</style>
border-color css
<style>
span { border-color: #808350; }
span { border-color: rgb(128,131,80); }
td.TdClassName
{
border-color: #808350;
}
.TagClassName
{
border-color: #808350;
}
</style>