Shades of Finch #80825C
Tints of Finch #80825C
RGB
CMYK
RGB Variations
Color information
#80825C (or 0x80825C) is known color: Finch. HEX triplet: 80, 82 and 5C. RGB value is (128,130,92). Sum of RGB (Red+Green+Blue) = 128+130+92=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #80825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80825C is #7F7DA3. Grayscale: #7D7D7D. Windows color (decimal): -8355236 or 6062720. OLE color: 6062720.
HSL color Cylindrical-coordinate representation of color #80825C: hue angle of 63.16º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80825C is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 92 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.49 |
| HSL | 63.16º | 0.17% | 0.44% | - |
| HSV(B) | 63.16º | 0.29% | 0.51% | - |
| XYZ | 18.82 | 21.33 | 13.25 | - |
| YUV | 125.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 92 | 0.02 | 0 | 0.29 | 0.49 | 63.16 | 0.17 | 0.44 |
| Hex | 80 | 82 | 5C | 2 | 0 | 1D | 31 | 3F | 11 | 2C |
| Octal | 200 | 202 | 134 | 2 | 0 | 35 | 61 | 77 | 21 | 54 |
| Binary | 10000000 | 10000010 | 1011100 | 10 | 0 | 11101 | 110001 | 111111 | 10001 | 101100 |
Color Harmonies of #80825C
Complementary color
Monochromatic Colors of #80825C
Black with #80825C
Text Example
Text Example
White with #80825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80825C; }
p { color: rgb(128,130,92); }
H1.HeaderClassName
{
color: #80825C;
}
.AnyTagClassName
{
color: #80825C;
}
</style>
background-color css
<style>
a { background-color: #80825C; }
a { background-color: rgb(128,130,92); }
div.DivClassName
{
background-color: #80825C;
}
.BgClassName
{
background-color: #80825C;
}
</style>
border-color css
<style>
span { border-color: #80825C; }
span { border-color: rgb(128,130,92); }
td.TdClassName
{
border-color: #80825C;
}
.TagClassName
{
border-color: #80825C;
}
</style>