Shades of Finch #828C53
Tints of Finch #828C53
RGB
CMYK
RGB Variations
Color information
#828C53 (or 0x828C53) is known color: Finch. HEX triplet: 82, 8C and 53. RGB value is (130,140,83). Sum of RGB (Red+Green+Blue) = 130+140+83=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #828C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C53 is #7D73AC. Grayscale: #828282. Windows color (decimal): -8221613 or 5475458. OLE color: 5475458.
HSL color Cylindrical-coordinate representation of color #828C53: hue angle of 70.53º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828C53 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 83 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.45 |
| HSL | 70.53º | 0.26% | 0.44% | - |
| HSV(B) | 70.53º | 0.41% | 0.55% | - |
| XYZ | 20.15 | 24.13 | 11.78 | - |
| YUV | 130.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 83 | 0.07 | 0 | 0.41 | 0.45 | 70.53 | 0.26 | 0.44 |
| Hex | 82 | 8C | 53 | 7 | 0 | 29 | 2D | 47 | 1A | 2C |
| Octal | 202 | 214 | 123 | 7 | 0 | 51 | 55 | 107 | 32 | 54 |
| Binary | 10000010 | 10001100 | 1010011 | 111 | 0 | 101001 | 101101 | 1000111 | 11010 | 101100 |
Color Harmonies of #828C53
Complementary color
Monochromatic Colors of #828C53
Black with #828C53
Text Example
Text Example
White with #828C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C53; }
p { color: rgb(130,140,83); }
H1.HeaderClassName
{
color: #828C53;
}
.AnyTagClassName
{
color: #828C53;
}
</style>
background-color css
<style>
a { background-color: #828C53; }
a { background-color: rgb(130,140,83); }
div.DivClassName
{
background-color: #828C53;
}
.BgClassName
{
background-color: #828C53;
}
</style>
border-color css
<style>
span { border-color: #828C53; }
span { border-color: rgb(130,140,83); }
td.TdClassName
{
border-color: #828C53;
}
.TagClassName
{
border-color: #828C53;
}
</style>