Shades of Finch #828B57
Tints of Finch #828B57
RGB
CMYK
RGB Variations
Color information
#828B57 (or 0x828B57) is known color: Finch. HEX triplet: 82, 8B and 57. RGB value is (130,139,87). Sum of RGB (Red+Green+Blue) = 130+139+87=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #828B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B57 is #7D74A8. Grayscale: #828282. Windows color (decimal): -8221865 or 5737346. OLE color: 5737346.
HSL color Cylindrical-coordinate representation of color #828B57: hue angle of 70.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828B57 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 87 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.45 |
| HSL | 70.38º | 0.23% | 0.44% | - |
| HSV(B) | 70.38º | 0.37% | 0.55% | - |
| XYZ | 20.16 | 23.9 | 12.57 | - |
| YUV | 130.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 87 | 0.06 | 0 | 0.37 | 0.45 | 70.38 | 0.23 | 0.44 |
| Hex | 82 | 8B | 57 | 6 | 0 | 25 | 2D | 46 | 17 | 2C |
| Octal | 202 | 213 | 127 | 6 | 0 | 45 | 55 | 106 | 27 | 54 |
| Binary | 10000010 | 10001011 | 1010111 | 110 | 0 | 100101 | 101101 | 1000110 | 10111 | 101100 |
Color Harmonies of #828B57
Complementary color
Monochromatic Colors of #828B57
Black with #828B57
Text Example
Text Example
White with #828B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B57; }
p { color: rgb(130,139,87); }
H1.HeaderClassName
{
color: #828B57;
}
.AnyTagClassName
{
color: #828B57;
}
</style>
background-color css
<style>
a { background-color: #828B57; }
a { background-color: rgb(130,139,87); }
div.DivClassName
{
background-color: #828B57;
}
.BgClassName
{
background-color: #828B57;
}
</style>
border-color css
<style>
span { border-color: #828B57; }
span { border-color: rgb(130,139,87); }
td.TdClassName
{
border-color: #828B57;
}
.TagClassName
{
border-color: #828B57;
}
</style>