Shades of Finch #80854D
Tints of Finch #80854D
RGB
CMYK
RGB Variations
Color information
#80854D (or 0x80854D) is known color: Finch. HEX triplet: 80, 85 and 4D. RGB value is (128,133,77). Sum of RGB (Red+Green+Blue) = 128+133+77=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #80854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80854D is #7F7AB2. Grayscale: #7D7D7D. Windows color (decimal): -8354483 or 5080448. OLE color: 5080448.
HSL color Cylindrical-coordinate representation of color #80854D: hue angle of 65.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80854D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 77 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.48 |
| HSL | 65.36º | 0.27% | 0.41% | - |
| HSV(B) | 65.36º | 0.42% | 0.52% | - |
| XYZ | 18.63 | 21.9 | 10.27 | - |
| YUV | 125.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 77 | 0.04 | 0 | 0.42 | 0.48 | 65.36 | 0.27 | 0.41 |
| Hex | 80 | 85 | 4D | 4 | 0 | 2A | 30 | 41 | 1B | 29 |
| Octal | 200 | 205 | 115 | 4 | 0 | 52 | 60 | 101 | 33 | 51 |
| Binary | 10000000 | 10000101 | 1001101 | 100 | 0 | 101010 | 110000 | 1000001 | 11011 | 101001 |
Color Harmonies of #80854D
Complementary color
Monochromatic Colors of #80854D
Black with #80854D
Text Example
Text Example
White with #80854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80854D; }
p { color: rgb(128,133,77); }
H1.HeaderClassName
{
color: #80854D;
}
.AnyTagClassName
{
color: #80854D;
}
</style>
background-color css
<style>
a { background-color: #80854D; }
a { background-color: rgb(128,133,77); }
div.DivClassName
{
background-color: #80854D;
}
.BgClassName
{
background-color: #80854D;
}
</style>
border-color css
<style>
span { border-color: #80854D; }
span { border-color: rgb(128,133,77); }
td.TdClassName
{
border-color: #80854D;
}
.TagClassName
{
border-color: #80854D;
}
</style>