Shades of Finch #80845E
Tints of Finch #80845E
RGB
CMYK
RGB Variations
Color information
#80845E (or 0x80845E) is known color: Finch. HEX triplet: 80, 84 and 5E. RGB value is (128,132,94). Sum of RGB (Red+Green+Blue) = 128+132+94=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #80845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80845E is #7F7BA1. Grayscale: #7E7E7E. Windows color (decimal): -8354722 or 6194304. OLE color: 6194304.
HSL color Cylindrical-coordinate representation of color #80845E: hue angle of 66.32º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80845E is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 94 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.48 |
| HSL | 66.32º | 0.17% | 0.44% | - |
| HSV(B) | 66.32º | 0.29% | 0.52% | - |
| XYZ | 19.17 | 21.9 | 13.81 | - |
| YUV | 126.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 94 | 0.03 | 0 | 0.29 | 0.48 | 66.32 | 0.17 | 0.44 |
| Hex | 80 | 84 | 5E | 3 | 0 | 1D | 30 | 42 | 11 | 2C |
| Octal | 200 | 204 | 136 | 3 | 0 | 35 | 60 | 102 | 21 | 54 |
| Binary | 10000000 | 10000100 | 1011110 | 11 | 0 | 11101 | 110000 | 1000010 | 10001 | 101100 |
Color Harmonies of #80845E
Complementary color
Monochromatic Colors of #80845E
Black with #80845E
Text Example
Text Example
White with #80845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80845E; }
p { color: rgb(128,132,94); }
H1.HeaderClassName
{
color: #80845E;
}
.AnyTagClassName
{
color: #80845E;
}
</style>
background-color css
<style>
a { background-color: #80845E; }
a { background-color: rgb(128,132,94); }
div.DivClassName
{
background-color: #80845E;
}
.BgClassName
{
background-color: #80845E;
}
</style>
border-color css
<style>
span { border-color: #80845E; }
span { border-color: rgb(128,132,94); }
td.TdClassName
{
border-color: #80845E;
}
.TagClassName
{
border-color: #80845E;
}
</style>