Shades of Finch #808B52
Tints of Finch #808B52
RGB
CMYK
RGB Variations
Color information
#808B52 (or 0x808B52) is known color: Finch. HEX triplet: 80, 8B and 52. RGB value is (128,139,82). Sum of RGB (Red+Green+Blue) = 128+139+82=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #808B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B52 is #7F74AD. Grayscale: #818181. Windows color (decimal): -8352942 or 5409664. OLE color: 5409664.
HSL color Cylindrical-coordinate representation of color #808B52: hue angle of 71.58º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808B52 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 82 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.45 |
| HSL | 71.58º | 0.26% | 0.43% | - |
| HSV(B) | 71.58º | 0.41% | 0.55% | - |
| XYZ | 19.66 | 23.66 | 11.51 | - |
| YUV | 129.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 82 | 0.08 | 0 | 0.41 | 0.45 | 71.58 | 0.26 | 0.43 |
| Hex | 80 | 8B | 52 | 8 | 0 | 29 | 2D | 48 | 1A | 2B |
| Octal | 200 | 213 | 122 | 10 | 0 | 51 | 55 | 110 | 32 | 53 |
| Binary | 10000000 | 10001011 | 1010010 | 1000 | 0 | 101001 | 101101 | 1001000 | 11010 | 101011 |
Color Harmonies of #808B52
Complementary color
Monochromatic Colors of #808B52
Black with #808B52
Text Example
Text Example
White with #808B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B52; }
p { color: rgb(128,139,82); }
H1.HeaderClassName
{
color: #808B52;
}
.AnyTagClassName
{
color: #808B52;
}
</style>
background-color css
<style>
a { background-color: #808B52; }
a { background-color: rgb(128,139,82); }
div.DivClassName
{
background-color: #808B52;
}
.BgClassName
{
background-color: #808B52;
}
</style>
border-color css
<style>
span { border-color: #808B52; }
span { border-color: rgb(128,139,82); }
td.TdClassName
{
border-color: #808B52;
}
.TagClassName
{
border-color: #808B52;
}
</style>