Shades of Finch #80895A
Tints of Finch #80895A
RGB
CMYK
RGB Variations
Color information
#80895A (or 0x80895A) is known color: Finch. HEX triplet: 80, 89 and 5A. RGB value is (128,137,90). Sum of RGB (Red+Green+Blue) = 128+137+90=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #80895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80895A is #7F76A5. Grayscale: #818181. Windows color (decimal): -8353446 or 5933440. OLE color: 5933440.
HSL color Cylindrical-coordinate representation of color #80895A: hue angle of 71.49º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80895A is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 90 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.46 |
| HSL | 71.49º | 0.21% | 0.45% | - |
| HSV(B) | 71.49º | 0.34% | 0.54% | - |
| XYZ | 19.69 | 23.22 | 13.12 | - |
| YUV | 128.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 90 | 0.07 | 0 | 0.34 | 0.46 | 71.49 | 0.21 | 0.45 |
| Hex | 80 | 89 | 5A | 7 | 0 | 22 | 2E | 47 | 15 | 2D |
| Octal | 200 | 211 | 132 | 7 | 0 | 42 | 56 | 107 | 25 | 55 |
| Binary | 10000000 | 10001001 | 1011010 | 111 | 0 | 100010 | 101110 | 1000111 | 10101 | 101101 |
Color Harmonies of #80895A
Complementary color
Monochromatic Colors of #80895A
Black with #80895A
Text Example
Text Example
White with #80895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80895A; }
p { color: rgb(128,137,90); }
H1.HeaderClassName
{
color: #80895A;
}
.AnyTagClassName
{
color: #80895A;
}
</style>
background-color css
<style>
a { background-color: #80895A; }
a { background-color: rgb(128,137,90); }
div.DivClassName
{
background-color: #80895A;
}
.BgClassName
{
background-color: #80895A;
}
</style>
border-color css
<style>
span { border-color: #80895A; }
span { border-color: rgb(128,137,90); }
td.TdClassName
{
border-color: #80895A;
}
.TagClassName
{
border-color: #80895A;
}
</style>