Shades of Finch #818953
Tints of Finch #818953
RGB
CMYK
RGB Variations
Color information
#818953 (or 0x818953) is known color: Finch. HEX triplet: 81, 89 and 53. RGB value is (129,137,83). Sum of RGB (Red+Green+Blue) = 129+137+83=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #818953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818953 is #7E76AC. Grayscale: #808080. Windows color (decimal): -8287917 or 5474689. OLE color: 5474689.
HSL color Cylindrical-coordinate representation of color #818953: hue angle of 68.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #818953 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 83 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.46 |
| HSL | 68.89º | 0.25% | 0.43% | - |
| HSV(B) | 68.89º | 0.39% | 0.54% | - |
| XYZ | 19.56 | 23.18 | 11.63 | - |
| YUV | 128.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 83 | 0.06 | 0 | 0.39 | 0.46 | 68.89 | 0.25 | 0.43 |
| Hex | 81 | 89 | 53 | 6 | 0 | 27 | 2E | 45 | 19 | 2B |
| Octal | 201 | 211 | 123 | 6 | 0 | 47 | 56 | 105 | 31 | 53 |
| Binary | 10000001 | 10001001 | 1010011 | 110 | 0 | 100111 | 101110 | 1000101 | 11001 | 101011 |
Color Harmonies of #818953
Complementary color
Monochromatic Colors of #818953
Black with #818953
Text Example
Text Example
White with #818953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818953; }
p { color: rgb(129,137,83); }
H1.HeaderClassName
{
color: #818953;
}
.AnyTagClassName
{
color: #818953;
}
</style>
background-color css
<style>
a { background-color: #818953; }
a { background-color: rgb(129,137,83); }
div.DivClassName
{
background-color: #818953;
}
.BgClassName
{
background-color: #818953;
}
</style>
border-color css
<style>
span { border-color: #818953; }
span { border-color: rgb(129,137,83); }
td.TdClassName
{
border-color: #818953;
}
.TagClassName
{
border-color: #818953;
}
</style>