Shades of Finch #828851
Tints of Finch #828851
RGB
CMYK
RGB Variations
Color information
#828851 (or 0x828851) is known color: Finch. HEX triplet: 82, 88 and 51. RGB value is (130,136,81). Sum of RGB (Red+Green+Blue) = 130+136+81=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #828851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828851 is #7D77AE. Grayscale: #808080. Windows color (decimal): -8222639 or 5343362. OLE color: 5343362.
HSL color Cylindrical-coordinate representation of color #828851: hue angle of 66.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828851 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 81 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.47 |
| HSL | 66.55º | 0.25% | 0.43% | - |
| HSV(B) | 66.55º | 0.4% | 0.53% | - |
| XYZ | 19.5 | 22.95 | 11.19 | - |
| YUV | 127.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 81 | 0.04 | 0 | 0.40 | 0.47 | 66.55 | 0.25 | 0.43 |
| Hex | 82 | 88 | 51 | 4 | 0 | 28 | 2F | 43 | 19 | 2B |
| Octal | 202 | 210 | 121 | 4 | 0 | 50 | 57 | 103 | 31 | 53 |
| Binary | 10000010 | 10001000 | 1010001 | 100 | 0 | 101000 | 101111 | 1000011 | 11001 | 101011 |
Color Harmonies of #828851
Complementary color
Monochromatic Colors of #828851
Black with #828851
Text Example
Text Example
White with #828851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828851; }
p { color: rgb(130,136,81); }
H1.HeaderClassName
{
color: #828851;
}
.AnyTagClassName
{
color: #828851;
}
</style>
background-color css
<style>
a { background-color: #828851; }
a { background-color: rgb(130,136,81); }
div.DivClassName
{
background-color: #828851;
}
.BgClassName
{
background-color: #828851;
}
</style>
border-color css
<style>
span { border-color: #828851; }
span { border-color: rgb(130,136,81); }
td.TdClassName
{
border-color: #828851;
}
.TagClassName
{
border-color: #828851;
}
</style>