Shades of Finch #828853
Tints of Finch #828853
RGB
CMYK
RGB Variations
Color information
#828853 (or 0x828853) is known color: Finch. HEX triplet: 82, 88 and 53. RGB value is (130,136,83). Sum of RGB (Red+Green+Blue) = 130+136+83=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #828853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828853 is #7D77AC. Grayscale: #808080. Windows color (decimal): -8222637 or 5474434. OLE color: 5474434.
HSL color Cylindrical-coordinate representation of color #828853: hue angle of 66.79º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828853 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 83 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.47 |
| HSL | 66.79º | 0.24% | 0.43% | - |
| HSV(B) | 66.79º | 0.39% | 0.53% | - |
| XYZ | 19.57 | 22.98 | 11.59 | - |
| YUV | 128.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 83 | 0.04 | 0 | 0.39 | 0.47 | 66.79 | 0.24 | 0.43 |
| Hex | 82 | 88 | 53 | 4 | 0 | 27 | 2F | 43 | 18 | 2B |
| Octal | 202 | 210 | 123 | 4 | 0 | 47 | 57 | 103 | 30 | 53 |
| Binary | 10000010 | 10001000 | 1010011 | 100 | 0 | 100111 | 101111 | 1000011 | 11000 | 101011 |
Color Harmonies of #828853
Complementary color
Monochromatic Colors of #828853
Black with #828853
Text Example
Text Example
White with #828853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828853; }
p { color: rgb(130,136,83); }
H1.HeaderClassName
{
color: #828853;
}
.AnyTagClassName
{
color: #828853;
}
</style>
background-color css
<style>
a { background-color: #828853; }
a { background-color: rgb(130,136,83); }
div.DivClassName
{
background-color: #828853;
}
.BgClassName
{
background-color: #828853;
}
</style>
border-color css
<style>
span { border-color: #828853; }
span { border-color: rgb(130,136,83); }
td.TdClassName
{
border-color: #828853;
}
.TagClassName
{
border-color: #828853;
}
</style>