Shades of Finch #82874D
Tints of Finch #82874D
RGB
CMYK
RGB Variations
Color information
#82874D (or 0x82874D) is known color: Finch. HEX triplet: 82, 87 and 4D. RGB value is (130,135,77). Sum of RGB (Red+Green+Blue) = 130+135+77=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #82874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82874D is #7D78B2. Grayscale: #7F7F7F. Windows color (decimal): -8222899 or 5080962. OLE color: 5080962.
HSL color Cylindrical-coordinate representation of color #82874D: hue angle of 65.17º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82874D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 77 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.47 |
| HSL | 65.17º | 0.27% | 0.42% | - |
| HSV(B) | 65.17º | 0.43% | 0.53% | - |
| XYZ | 19.21 | 22.61 | 10.37 | - |
| YUV | 126.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 77 | 0.04 | 0 | 0.43 | 0.47 | 65.17 | 0.27 | 0.42 |
| Hex | 82 | 87 | 4D | 4 | 0 | 2B | 2F | 41 | 1B | 2A |
| Octal | 202 | 207 | 115 | 4 | 0 | 53 | 57 | 101 | 33 | 52 |
| Binary | 10000010 | 10000111 | 1001101 | 100 | 0 | 101011 | 101111 | 1000001 | 11011 | 101010 |
Color Harmonies of #82874D
Complementary color
Monochromatic Colors of #82874D
Black with #82874D
Text Example
Text Example
White with #82874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82874D; }
p { color: rgb(130,135,77); }
H1.HeaderClassName
{
color: #82874D;
}
.AnyTagClassName
{
color: #82874D;
}
</style>
background-color css
<style>
a { background-color: #82874D; }
a { background-color: rgb(130,135,77); }
div.DivClassName
{
background-color: #82874D;
}
.BgClassName
{
background-color: #82874D;
}
</style>
border-color css
<style>
span { border-color: #82874D; }
span { border-color: rgb(130,135,77); }
td.TdClassName
{
border-color: #82874D;
}
.TagClassName
{
border-color: #82874D;
}
</style>