Shades of Finch #84884E
Tints of Finch #84884E
RGB
CMYK
RGB Variations
Color information
#84884E (or 0x84884E) is known color: Finch. HEX triplet: 84, 88 and 4E. RGB value is (132,136,78). Sum of RGB (Red+Green+Blue) = 132+136+78=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #84884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84884E is #7B77B1. Grayscale: #808080. Windows color (decimal): -8091570 or 5146756. OLE color: 5146756.
HSL color Cylindrical-coordinate representation of color #84884E: hue angle of 64.14º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84884E is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 78 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.47 |
| HSL | 64.14º | 0.27% | 0.42% | - |
| HSV(B) | 64.14º | 0.43% | 0.53% | - |
| XYZ | 19.7 | 23.06 | 10.62 | - |
| YUV | 128.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 78 | 0.03 | 0 | 0.43 | 0.47 | 64.14 | 0.27 | 0.42 |
| Hex | 84 | 88 | 4E | 3 | 0 | 2B | 2F | 40 | 1B | 2A |
| Octal | 204 | 210 | 116 | 3 | 0 | 53 | 57 | 100 | 33 | 52 |
| Binary | 10000100 | 10001000 | 1001110 | 11 | 0 | 101011 | 101111 | 1000000 | 11011 | 101010 |
Color Harmonies of #84884E
Complementary color
Monochromatic Colors of #84884E
Black with #84884E
Text Example
Text Example
White with #84884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84884E; }
p { color: rgb(132,136,78); }
H1.HeaderClassName
{
color: #84884E;
}
.AnyTagClassName
{
color: #84884E;
}
</style>
background-color css
<style>
a { background-color: #84884E; }
a { background-color: rgb(132,136,78); }
div.DivClassName
{
background-color: #84884E;
}
.BgClassName
{
background-color: #84884E;
}
</style>
border-color css
<style>
span { border-color: #84884E; }
span { border-color: rgb(132,136,78); }
td.TdClassName
{
border-color: #84884E;
}
.TagClassName
{
border-color: #84884E;
}
</style>