Shades of Finch #828958
Tints of Finch #828958
RGB
CMYK
RGB Variations
Color information
#828958 (or 0x828958) is known color: Finch. HEX triplet: 82, 89 and 58. RGB value is (130,137,88). Sum of RGB (Red+Green+Blue) = 130+137+88=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #828958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828958 is #7D76A7. Grayscale: #818181. Windows color (decimal): -8222376 or 5802370. OLE color: 5802370.
HSL color Cylindrical-coordinate representation of color #828958: hue angle of 68.57º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828958 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 88 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.46 |
| HSL | 68.57º | 0.22% | 0.44% | - |
| HSV(B) | 68.57º | 0.36% | 0.54% | - |
| XYZ | 19.91 | 23.34 | 12.69 | - |
| YUV | 129.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 88 | 0.05 | 0 | 0.36 | 0.46 | 68.57 | 0.22 | 0.44 |
| Hex | 82 | 89 | 58 | 5 | 0 | 24 | 2E | 45 | 16 | 2C |
| Octal | 202 | 211 | 130 | 5 | 0 | 44 | 56 | 105 | 26 | 54 |
| Binary | 10000010 | 10001001 | 1011000 | 101 | 0 | 100100 | 101110 | 1000101 | 10110 | 101100 |
Color Harmonies of #828958
Complementary color
Monochromatic Colors of #828958
Black with #828958
Text Example
Text Example
White with #828958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828958; }
p { color: rgb(130,137,88); }
H1.HeaderClassName
{
color: #828958;
}
.AnyTagClassName
{
color: #828958;
}
</style>
background-color css
<style>
a { background-color: #828958; }
a { background-color: rgb(130,137,88); }
div.DivClassName
{
background-color: #828958;
}
.BgClassName
{
background-color: #828958;
}
</style>
border-color css
<style>
span { border-color: #828958; }
span { border-color: rgb(130,137,88); }
td.TdClassName
{
border-color: #828958;
}
.TagClassName
{
border-color: #828958;
}
</style>