Shades of Finch #828750
Tints of Finch #828750
RGB
CMYK
RGB Variations
Color information
#828750 (or 0x828750) is known color: Finch. HEX triplet: 82, 87 and 50. RGB value is (130,135,80). Sum of RGB (Red+Green+Blue) = 130+135+80=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #828750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828750 is #7D78AF. Grayscale: #7F7F7F. Windows color (decimal): -8222896 or 5277570. OLE color: 5277570.
HSL color Cylindrical-coordinate representation of color #828750: hue angle of 65.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828750 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 80 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.47 |
| HSL | 65.45º | 0.26% | 0.42% | - |
| HSV(B) | 65.45º | 0.41% | 0.53% | - |
| XYZ | 19.32 | 22.65 | 10.94 | - |
| YUV | 127.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 80 | 0.04 | 0 | 0.41 | 0.47 | 65.45 | 0.26 | 0.42 |
| Hex | 82 | 87 | 50 | 4 | 0 | 29 | 2F | 41 | 1A | 2A |
| Octal | 202 | 207 | 120 | 4 | 0 | 51 | 57 | 101 | 32 | 52 |
| Binary | 10000010 | 10000111 | 1010000 | 100 | 0 | 101001 | 101111 | 1000001 | 11010 | 101010 |
Color Harmonies of #828750
Complementary color
Monochromatic Colors of #828750
Black with #828750
Text Example
Text Example
White with #828750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828750; }
p { color: rgb(130,135,80); }
H1.HeaderClassName
{
color: #828750;
}
.AnyTagClassName
{
color: #828750;
}
</style>
background-color css
<style>
a { background-color: #828750; }
a { background-color: rgb(130,135,80); }
div.DivClassName
{
background-color: #828750;
}
.BgClassName
{
background-color: #828750;
}
</style>
border-color css
<style>
span { border-color: #828750; }
span { border-color: rgb(130,135,80); }
td.TdClassName
{
border-color: #828750;
}
.TagClassName
{
border-color: #828750;
}
</style>