Shades of Finch #80885A
Tints of Finch #80885A
RGB
CMYK
RGB Variations
Color information
#80885A (or 0x80885A) is known color: Finch. HEX triplet: 80, 88 and 5A. RGB value is (128,136,90). Sum of RGB (Red+Green+Blue) = 128+136+90=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #80885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80885A is #7F77A5. Grayscale: #808080. Windows color (decimal): -8353702 or 5933184. OLE color: 5933184.
HSL color Cylindrical-coordinate representation of color #80885A: hue angle of 70.43º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80885A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 90 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.47 |
| HSL | 70.43º | 0.2% | 0.44% | - |
| HSV(B) | 70.43º | 0.34% | 0.53% | - |
| XYZ | 19.55 | 22.94 | 13.07 | - |
| YUV | 128.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 90 | 0.06 | 0 | 0.34 | 0.47 | 70.43 | 0.2 | 0.44 |
| Hex | 80 | 88 | 5A | 6 | 0 | 22 | 2F | 46 | 14 | 2C |
| Octal | 200 | 210 | 132 | 6 | 0 | 42 | 57 | 106 | 24 | 54 |
| Binary | 10000000 | 10001000 | 1011010 | 110 | 0 | 100010 | 101111 | 1000110 | 10100 | 101100 |
Color Harmonies of #80885A
Complementary color
Monochromatic Colors of #80885A
Black with #80885A
Text Example
Text Example
White with #80885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80885A; }
p { color: rgb(128,136,90); }
H1.HeaderClassName
{
color: #80885A;
}
.AnyTagClassName
{
color: #80885A;
}
</style>
background-color css
<style>
a { background-color: #80885A; }
a { background-color: rgb(128,136,90); }
div.DivClassName
{
background-color: #80885A;
}
.BgClassName
{
background-color: #80885A;
}
</style>
border-color css
<style>
span { border-color: #80885A; }
span { border-color: rgb(128,136,90); }
td.TdClassName
{
border-color: #80885A;
}
.TagClassName
{
border-color: #80885A;
}
</style>