Shades of Finch #80845B
Tints of Finch #80845B
RGB
CMYK
RGB Variations
Color information
#80845B (or 0x80845B) is known color: Finch. HEX triplet: 80, 84 and 5B. RGB value is (128,132,91). Sum of RGB (Red+Green+Blue) = 128+132+91=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #80845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80845B is #7F7BA4. Grayscale: #7E7E7E. Windows color (decimal): -8354725 or 5997696. OLE color: 5997696.
HSL color Cylindrical-coordinate representation of color #80845B: hue angle of 65.85º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80845B is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 91 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.48 |
| HSL | 65.85º | 0.18% | 0.44% | - |
| HSV(B) | 65.85º | 0.31% | 0.52% | - |
| XYZ | 19.04 | 21.85 | 13.11 | - |
| YUV | 126.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 91 | 0.03 | 0 | 0.31 | 0.48 | 65.85 | 0.18 | 0.44 |
| Hex | 80 | 84 | 5B | 3 | 0 | 1F | 30 | 42 | 12 | 2C |
| Octal | 200 | 204 | 133 | 3 | 0 | 37 | 60 | 102 | 22 | 54 |
| Binary | 10000000 | 10000100 | 1011011 | 11 | 0 | 11111 | 110000 | 1000010 | 10010 | 101100 |
Color Harmonies of #80845B
Complementary color
Monochromatic Colors of #80845B
Black with #80845B
Text Example
Text Example
White with #80845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80845B; }
p { color: rgb(128,132,91); }
H1.HeaderClassName
{
color: #80845B;
}
.AnyTagClassName
{
color: #80845B;
}
</style>
background-color css
<style>
a { background-color: #80845B; }
a { background-color: rgb(128,132,91); }
div.DivClassName
{
background-color: #80845B;
}
.BgClassName
{
background-color: #80845B;
}
</style>
border-color css
<style>
span { border-color: #80845B; }
span { border-color: rgb(128,132,91); }
td.TdClassName
{
border-color: #80845B;
}
.TagClassName
{
border-color: #80845B;
}
</style>