Shades of Finch #80844F
Tints of Finch #80844F
RGB
CMYK
RGB Variations
Color information
#80844F (or 0x80844F) is known color: Finch. HEX triplet: 80, 84 and 4F. RGB value is (128,132,79). Sum of RGB (Red+Green+Blue) = 128+132+79=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #80844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80844F is #7F7BB0. Grayscale: #7C7C7C. Windows color (decimal): -8354737 or 5211264. OLE color: 5211264.
HSL color Cylindrical-coordinate representation of color #80844F: hue angle of 64.53º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80844F is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 79 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.48 |
| HSL | 64.53º | 0.25% | 0.41% | - |
| HSV(B) | 64.53º | 0.4% | 0.52% | - |
| XYZ | 18.56 | 21.66 | 10.6 | - |
| YUV | 124.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 79 | 0.03 | 0 | 0.40 | 0.48 | 64.53 | 0.25 | 0.41 |
| Hex | 80 | 84 | 4F | 3 | 0 | 28 | 30 | 41 | 19 | 29 |
| Octal | 200 | 204 | 117 | 3 | 0 | 50 | 60 | 101 | 31 | 51 |
| Binary | 10000000 | 10000100 | 1001111 | 11 | 0 | 101000 | 110000 | 1000001 | 11001 | 101001 |
Color Harmonies of #80844F
Complementary color
Monochromatic Colors of #80844F
Black with #80844F
Text Example
Text Example
White with #80844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80844F; }
p { color: rgb(128,132,79); }
H1.HeaderClassName
{
color: #80844F;
}
.AnyTagClassName
{
color: #80844F;
}
</style>
background-color css
<style>
a { background-color: #80844F; }
a { background-color: rgb(128,132,79); }
div.DivClassName
{
background-color: #80844F;
}
.BgClassName
{
background-color: #80844F;
}
</style>
border-color css
<style>
span { border-color: #80844F; }
span { border-color: rgb(128,132,79); }
td.TdClassName
{
border-color: #80844F;
}
.TagClassName
{
border-color: #80844F;
}
</style>