Shades of Finch #828554
Tints of Finch #828554
RGB
CMYK
RGB Variations
Color information
#828554 (or 0x828554) is known color: Finch. HEX triplet: 82, 85 and 54. RGB value is (130,133,84). Sum of RGB (Red+Green+Blue) = 130+133+84=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #828554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828554 is #7D7AAB. Grayscale: #7E7E7E. Windows color (decimal): -8223404 or 5539202. OLE color: 5539202.
HSL color Cylindrical-coordinate representation of color #828554: hue angle of 63.67º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828554 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 84 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.48 |
| HSL | 63.67º | 0.23% | 0.43% | - |
| HSV(B) | 63.67º | 0.37% | 0.52% | - |
| XYZ | 19.19 | 22.16 | 11.65 | - |
| YUV | 126.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 84 | 0.02 | 0 | 0.37 | 0.48 | 63.67 | 0.23 | 0.43 |
| Hex | 82 | 85 | 54 | 2 | 0 | 25 | 30 | 40 | 17 | 2B |
| Octal | 202 | 205 | 124 | 2 | 0 | 45 | 60 | 100 | 27 | 53 |
| Binary | 10000010 | 10000101 | 1010100 | 10 | 0 | 100101 | 110000 | 1000000 | 10111 | 101011 |
Color Harmonies of #828554
Complementary color
Monochromatic Colors of #828554
Black with #828554
Text Example
Text Example
White with #828554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828554; }
p { color: rgb(130,133,84); }
H1.HeaderClassName
{
color: #828554;
}
.AnyTagClassName
{
color: #828554;
}
</style>
background-color css
<style>
a { background-color: #828554; }
a { background-color: rgb(130,133,84); }
div.DivClassName
{
background-color: #828554;
}
.BgClassName
{
background-color: #828554;
}
</style>
border-color css
<style>
span { border-color: #828554; }
span { border-color: rgb(130,133,84); }
td.TdClassName
{
border-color: #828554;
}
.TagClassName
{
border-color: #828554;
}
</style>