Shades of Finch #828556
Tints of Finch #828556
RGB
CMYK
RGB Variations
Color information
#828556 (or 0x828556) is known color: Finch. HEX triplet: 82, 85 and 56. RGB value is (130,133,86). Sum of RGB (Red+Green+Blue) = 130+133+86=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #828556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828556 is #7D7AA9. Grayscale: #7E7E7E. Windows color (decimal): -8223402 or 5670274. OLE color: 5670274.
HSL color Cylindrical-coordinate representation of color #828556: hue angle of 63.83º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828556 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 86 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.48 |
| HSL | 63.83º | 0.21% | 0.43% | - |
| HSV(B) | 63.83º | 0.35% | 0.52% | - |
| XYZ | 19.27 | 22.19 | 12.07 | - |
| YUV | 126.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 86 | 0.02 | 0 | 0.35 | 0.48 | 63.83 | 0.21 | 0.43 |
| Hex | 82 | 85 | 56 | 2 | 0 | 23 | 30 | 40 | 15 | 2B |
| Octal | 202 | 205 | 126 | 2 | 0 | 43 | 60 | 100 | 25 | 53 |
| Binary | 10000010 | 10000101 | 1010110 | 10 | 0 | 100011 | 110000 | 1000000 | 10101 | 101011 |
Color Harmonies of #828556
Complementary color
Monochromatic Colors of #828556
Black with #828556
Text Example
Text Example
White with #828556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828556; }
p { color: rgb(130,133,86); }
H1.HeaderClassName
{
color: #828556;
}
.AnyTagClassName
{
color: #828556;
}
</style>
background-color css
<style>
a { background-color: #828556; }
a { background-color: rgb(130,133,86); }
div.DivClassName
{
background-color: #828556;
}
.BgClassName
{
background-color: #828556;
}
</style>
border-color css
<style>
span { border-color: #828556; }
span { border-color: rgb(130,133,86); }
td.TdClassName
{
border-color: #828556;
}
.TagClassName
{
border-color: #828556;
}
</style>