Shades of Finch #82854E
Tints of Finch #82854E
RGB
CMYK
RGB Variations
Color information
#82854E (or 0x82854E) is known color: Finch. HEX triplet: 82, 85 and 4E. RGB value is (130,133,78). Sum of RGB (Red+Green+Blue) = 130+133+78=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #82854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82854E is #7D7AB1. Grayscale: #7E7E7E. Windows color (decimal): -8223410 or 5145986. OLE color: 5145986.
HSL color Cylindrical-coordinate representation of color #82854E: hue angle of 63.27º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82854E is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 78 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.48 |
| HSL | 63.27º | 0.26% | 0.41% | - |
| HSV(B) | 63.27º | 0.41% | 0.52% | - |
| XYZ | 18.97 | 22.07 | 10.47 | - |
| YUV | 125.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 78 | 0.02 | 0 | 0.41 | 0.48 | 63.27 | 0.26 | 0.41 |
| Hex | 82 | 85 | 4E | 2 | 0 | 29 | 30 | 3F | 1A | 29 |
| Octal | 202 | 205 | 116 | 2 | 0 | 51 | 60 | 77 | 32 | 51 |
| Binary | 10000010 | 10000101 | 1001110 | 10 | 0 | 101001 | 110000 | 111111 | 11010 | 101001 |
Color Harmonies of #82854E
Complementary color
Monochromatic Colors of #82854E
Black with #82854E
Text Example
Text Example
White with #82854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82854E; }
p { color: rgb(130,133,78); }
H1.HeaderClassName
{
color: #82854E;
}
.AnyTagClassName
{
color: #82854E;
}
</style>
background-color css
<style>
a { background-color: #82854E; }
a { background-color: rgb(130,133,78); }
div.DivClassName
{
background-color: #82854E;
}
.BgClassName
{
background-color: #82854E;
}
</style>
border-color css
<style>
span { border-color: #82854E; }
span { border-color: rgb(130,133,78); }
td.TdClassName
{
border-color: #82854E;
}
.TagClassName
{
border-color: #82854E;
}
</style>