Shades of Finch #828D52
Tints of Finch #828D52
RGB
CMYK
RGB Variations
Color information
#828D52 (or 0x828D52) is known color: Finch. HEX triplet: 82, 8D and 52. RGB value is (130,141,82). Sum of RGB (Red+Green+Blue) = 130+141+82=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #828D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D52 is #7D72AD. Grayscale: #838383. Windows color (decimal): -8221358 or 5410178. OLE color: 5410178.
HSL color Cylindrical-coordinate representation of color #828D52: hue angle of 71.19º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #828D52 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 82 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.45 |
| HSL | 71.19º | 0.26% | 0.44% | - |
| HSV(B) | 71.19º | 0.42% | 0.55% | - |
| XYZ | 20.25 | 24.4 | 11.63 | - |
| YUV | 130.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 82 | 0.08 | 0 | 0.42 | 0.45 | 71.19 | 0.26 | 0.44 |
| Hex | 82 | 8D | 52 | 8 | 0 | 2A | 2D | 47 | 1A | 2C |
| Octal | 202 | 215 | 122 | 10 | 0 | 52 | 55 | 107 | 32 | 54 |
| Binary | 10000010 | 10001101 | 1010010 | 1000 | 0 | 101010 | 101101 | 1000111 | 11010 | 101100 |
Color Harmonies of #828D52
Complementary color
Monochromatic Colors of #828D52
Black with #828D52
Text Example
Text Example
White with #828D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D52; }
p { color: rgb(130,141,82); }
H1.HeaderClassName
{
color: #828D52;
}
.AnyTagClassName
{
color: #828D52;
}
</style>
background-color css
<style>
a { background-color: #828D52; }
a { background-color: rgb(130,141,82); }
div.DivClassName
{
background-color: #828D52;
}
.BgClassName
{
background-color: #828D52;
}
</style>
border-color css
<style>
span { border-color: #828D52; }
span { border-color: rgb(130,141,82); }
td.TdClassName
{
border-color: #828D52;
}
.TagClassName
{
border-color: #828D52;
}
</style>