Shades of Finch #81894F
Tints of Finch #81894F
RGB
CMYK
RGB Variations
Color information
#81894F (or 0x81894F) is known color: Finch. HEX triplet: 81, 89 and 4F. RGB value is (129,137,79). Sum of RGB (Red+Green+Blue) = 129+137+79=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #81894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81894F is #7E76B0. Grayscale: #808080. Windows color (decimal): -8287921 or 5212545. OLE color: 5212545.
HSL color Cylindrical-coordinate representation of color #81894F: hue angle of 68.28º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81894F is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 79 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.46 |
| HSL | 68.28º | 0.27% | 0.42% | - |
| HSV(B) | 68.28º | 0.42% | 0.54% | - |
| XYZ | 19.41 | 23.12 | 10.84 | - |
| YUV | 128 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 79 | 0.06 | 0 | 0.42 | 0.46 | 68.28 | 0.27 | 0.42 |
| Hex | 81 | 89 | 4F | 6 | 0 | 2A | 2E | 44 | 1B | 2A |
| Octal | 201 | 211 | 117 | 6 | 0 | 52 | 56 | 104 | 33 | 52 |
| Binary | 10000001 | 10001001 | 1001111 | 110 | 0 | 101010 | 101110 | 1000100 | 11011 | 101010 |
Color Harmonies of #81894F
Complementary color
Monochromatic Colors of #81894F
Black with #81894F
Text Example
Text Example
White with #81894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81894F; }
p { color: rgb(129,137,79); }
H1.HeaderClassName
{
color: #81894F;
}
.AnyTagClassName
{
color: #81894F;
}
</style>
background-color css
<style>
a { background-color: #81894F; }
a { background-color: rgb(129,137,79); }
div.DivClassName
{
background-color: #81894F;
}
.BgClassName
{
background-color: #81894F;
}
</style>
border-color css
<style>
span { border-color: #81894F; }
span { border-color: rgb(129,137,79); }
td.TdClassName
{
border-color: #81894F;
}
.TagClassName
{
border-color: #81894F;
}
</style>