Shades of Finch #81874D
Tints of Finch #81874D
RGB
CMYK
RGB Variations
Color information
#81874D (or 0x81874D) is known color: Finch. HEX triplet: 81, 87 and 4D. RGB value is (129,135,77). Sum of RGB (Red+Green+Blue) = 129+135+77=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #81874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81874D is #7E78B2. Grayscale: #7E7E7E. Windows color (decimal): -8288435 or 5080961. OLE color: 5080961.
HSL color Cylindrical-coordinate representation of color #81874D: hue angle of 66.21º 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 #81874D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 135 | 77 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.47 |
| HSL | 66.21º | 0.27% | 0.42% | - |
| HSV(B) | 66.21º | 0.43% | 0.53% | - |
| XYZ | 19.06 | 22.53 | 10.37 | - |
| YUV | 126.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 77 | 0.04 | 0 | 0.43 | 0.47 | 66.21 | 0.27 | 0.42 |
| Hex | 81 | 87 | 4D | 4 | 0 | 2B | 2F | 42 | 1B | 2A |
| Octal | 201 | 207 | 115 | 4 | 0 | 53 | 57 | 102 | 33 | 52 |
| Binary | 10000001 | 10000111 | 1001101 | 100 | 0 | 101011 | 101111 | 1000010 | 11011 | 101010 |
Color Harmonies of #81874D
Complementary color
Monochromatic Colors of #81874D
Black with #81874D
Text Example
Text Example
White with #81874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81874D; }
p { color: rgb(129,135,77); }
H1.HeaderClassName
{
color: #81874D;
}
.AnyTagClassName
{
color: #81874D;
}
</style>
background-color css
<style>
a { background-color: #81874D; }
a { background-color: rgb(129,135,77); }
div.DivClassName
{
background-color: #81874D;
}
.BgClassName
{
background-color: #81874D;
}
</style>
border-color css
<style>
span { border-color: #81874D; }
span { border-color: rgb(129,135,77); }
td.TdClassName
{
border-color: #81874D;
}
.TagClassName
{
border-color: #81874D;
}
</style>