Shades of Finch #828959
Tints of Finch #828959
RGB
CMYK
RGB Variations
Color information
#828959 (or 0x828959) is known color: Finch. HEX triplet: 82, 89 and 59. RGB value is (130,137,89). Sum of RGB (Red+Green+Blue) = 130+137+89=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #828959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828959 is #7D76A6. Grayscale: #818181. Windows color (decimal): -8222375 or 5867906. OLE color: 5867906.
HSL color Cylindrical-coordinate representation of color #828959: hue angle of 68.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828959 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 89 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.46 |
| HSL | 68.75º | 0.21% | 0.44% | - |
| HSV(B) | 68.75º | 0.35% | 0.54% | - |
| XYZ | 19.95 | 23.36 | 12.91 | - |
| YUV | 129.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 89 | 0.05 | 0 | 0.35 | 0.46 | 68.75 | 0.21 | 0.44 |
| Hex | 82 | 89 | 59 | 5 | 0 | 23 | 2E | 45 | 15 | 2C |
| Octal | 202 | 211 | 131 | 5 | 0 | 43 | 56 | 105 | 25 | 54 |
| Binary | 10000010 | 10001001 | 1011001 | 101 | 0 | 100011 | 101110 | 1000101 | 10101 | 101100 |
Color Harmonies of #828959
Complementary color
Monochromatic Colors of #828959
Black with #828959
Text Example
Text Example
White with #828959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828959; }
p { color: rgb(130,137,89); }
H1.HeaderClassName
{
color: #828959;
}
.AnyTagClassName
{
color: #828959;
}
</style>
background-color css
<style>
a { background-color: #828959; }
a { background-color: rgb(130,137,89); }
div.DivClassName
{
background-color: #828959;
}
.BgClassName
{
background-color: #828959;
}
</style>
border-color css
<style>
span { border-color: #828959; }
span { border-color: rgb(130,137,89); }
td.TdClassName
{
border-color: #828959;
}
.TagClassName
{
border-color: #828959;
}
</style>