Shades of Finch #81894E
Tints of Finch #81894E
RGB
CMYK
RGB Variations
Color information
#81894E (or 0x81894E) is known color: Finch. HEX triplet: 81, 89 and 4E. RGB value is (129,137,78). Sum of RGB (Red+Green+Blue) = 129+137+78=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #81894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81894E is #7E76B1. Grayscale: #808080. Windows color (decimal): -8287922 or 5147009. OLE color: 5147009.
HSL color Cylindrical-coordinate representation of color #81894E: hue angle of 68.14º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81894E is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 78 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.46 |
| HSL | 68.14º | 0.27% | 0.42% | - |
| HSV(B) | 68.14º | 0.43% | 0.54% | - |
| XYZ | 19.37 | 23.11 | 10.65 | - |
| YUV | 127.88 | 99.85 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 78 | 0.06 | 0 | 0.43 | 0.46 | 68.14 | 0.27 | 0.42 |
| Hex | 81 | 89 | 4E | 6 | 0 | 2B | 2E | 44 | 1B | 2A |
| Octal | 201 | 211 | 116 | 6 | 0 | 53 | 56 | 104 | 33 | 52 |
| Binary | 10000001 | 10001001 | 1001110 | 110 | 0 | 101011 | 101110 | 1000100 | 11011 | 101010 |
Color Harmonies of #81894E
Complementary color
Monochromatic Colors of #81894E
Black with #81894E
Text Example
Text Example
White with #81894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81894E; }
p { color: rgb(129,137,78); }
H1.HeaderClassName
{
color: #81894E;
}
.AnyTagClassName
{
color: #81894E;
}
</style>
background-color css
<style>
a { background-color: #81894E; }
a { background-color: rgb(129,137,78); }
div.DivClassName
{
background-color: #81894E;
}
.BgClassName
{
background-color: #81894E;
}
</style>
border-color css
<style>
span { border-color: #81894E; }
span { border-color: rgb(129,137,78); }
td.TdClassName
{
border-color: #81894E;
}
.TagClassName
{
border-color: #81894E;
}
</style>