Shades of Finch #808D53
Tints of Finch #808D53
RGB
CMYK
RGB Variations
Color information
#808D53 (or 0x808D53) is known color: Finch. HEX triplet: 80, 8D and 53. RGB value is (128,141,83). Sum of RGB (Red+Green+Blue) = 128+141+83=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #808D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D53 is #7F72AC. Grayscale: #828282. Windows color (decimal): -8352429 or 5475712. OLE color: 5475712.
HSL color Cylindrical-coordinate representation of color #808D53: hue angle of 73.45º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808D53 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 83 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.45 |
| HSL | 73.45º | 0.26% | 0.44% | - |
| HSV(B) | 73.45º | 0.41% | 0.55% | - |
| XYZ | 19.99 | 24.26 | 11.81 | - |
| YUV | 130.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 83 | 0.09 | 0 | 0.41 | 0.45 | 73.45 | 0.26 | 0.44 |
| Hex | 80 | 8D | 53 | 9 | 0 | 29 | 2D | 49 | 1A | 2C |
| Octal | 200 | 215 | 123 | 11 | 0 | 51 | 55 | 111 | 32 | 54 |
| Binary | 10000000 | 10001101 | 1010011 | 1001 | 0 | 101001 | 101101 | 1001001 | 11010 | 101100 |
Color Harmonies of #808D53
Complementary color
Monochromatic Colors of #808D53
Black with #808D53
Text Example
Text Example
White with #808D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D53; }
p { color: rgb(128,141,83); }
H1.HeaderClassName
{
color: #808D53;
}
.AnyTagClassName
{
color: #808D53;
}
</style>
background-color css
<style>
a { background-color: #808D53; }
a { background-color: rgb(128,141,83); }
div.DivClassName
{
background-color: #808D53;
}
.BgClassName
{
background-color: #808D53;
}
</style>
border-color css
<style>
span { border-color: #808D53; }
span { border-color: rgb(128,141,83); }
td.TdClassName
{
border-color: #808D53;
}
.TagClassName
{
border-color: #808D53;
}
</style>