Shades of Finch #828852
Tints of Finch #828852
RGB
CMYK
RGB Variations
Color information
#828852 (or 0x828852) is known color: Finch. HEX triplet: 82, 88 and 52. RGB value is (130,136,82). Sum of RGB (Red+Green+Blue) = 130+136+82=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #828852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828852 is #7D77AD. Grayscale: #808080. Windows color (decimal): -8222638 or 5408898. OLE color: 5408898.
HSL color Cylindrical-coordinate representation of color #828852: hue angle of 66.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828852 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 82 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.47 |
| HSL | 66.67º | 0.25% | 0.43% | - |
| HSV(B) | 66.67º | 0.4% | 0.53% | - |
| XYZ | 19.53 | 22.96 | 11.39 | - |
| YUV | 128.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 82 | 0.04 | 0 | 0.40 | 0.47 | 66.67 | 0.25 | 0.43 |
| Hex | 82 | 88 | 52 | 4 | 0 | 28 | 2F | 43 | 19 | 2B |
| Octal | 202 | 210 | 122 | 4 | 0 | 50 | 57 | 103 | 31 | 53 |
| Binary | 10000010 | 10001000 | 1010010 | 100 | 0 | 101000 | 101111 | 1000011 | 11001 | 101011 |
Color Harmonies of #828852
Complementary color
Monochromatic Colors of #828852
Black with #828852
Text Example
Text Example
White with #828852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828852; }
p { color: rgb(130,136,82); }
H1.HeaderClassName
{
color: #828852;
}
.AnyTagClassName
{
color: #828852;
}
</style>
background-color css
<style>
a { background-color: #828852; }
a { background-color: rgb(130,136,82); }
div.DivClassName
{
background-color: #828852;
}
.BgClassName
{
background-color: #828852;
}
</style>
border-color css
<style>
span { border-color: #828852; }
span { border-color: rgb(130,136,82); }
td.TdClassName
{
border-color: #828852;
}
.TagClassName
{
border-color: #828852;
}
</style>