Shades of Finch #838C51
Tints of Finch #838C51
RGB
CMYK
RGB Variations
Color information
#838C51 (or 0x838C51) is known color: Finch. HEX triplet: 83, 8C and 51. RGB value is (131,140,81). Sum of RGB (Red+Green+Blue) = 131+140+81=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #838C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C51 is #7C73AE. Grayscale: #828282. Windows color (decimal): -8156079 or 5344387. OLE color: 5344387.
HSL color Cylindrical-coordinate representation of color #838C51: hue angle of 69.15º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #838C51 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 81 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.45 |
| HSL | 69.15º | 0.27% | 0.43% | - |
| HSV(B) | 69.15º | 0.42% | 0.55% | - |
| XYZ | 20.22 | 24.18 | 11.39 | - |
| YUV | 130.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 81 | 0.06 | 0 | 0.42 | 0.45 | 69.15 | 0.27 | 0.43 |
| Hex | 83 | 8C | 51 | 6 | 0 | 2A | 2D | 45 | 1B | 2B |
| Octal | 203 | 214 | 121 | 6 | 0 | 52 | 55 | 105 | 33 | 53 |
| Binary | 10000011 | 10001100 | 1010001 | 110 | 0 | 101010 | 101101 | 1000101 | 11011 | 101011 |
Color Harmonies of #838C51
Complementary color
Monochromatic Colors of #838C51
Black with #838C51
Text Example
Text Example
White with #838C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C51; }
p { color: rgb(131,140,81); }
H1.HeaderClassName
{
color: #838C51;
}
.AnyTagClassName
{
color: #838C51;
}
</style>
background-color css
<style>
a { background-color: #838C51; }
a { background-color: rgb(131,140,81); }
div.DivClassName
{
background-color: #838C51;
}
.BgClassName
{
background-color: #838C51;
}
</style>
border-color css
<style>
span { border-color: #838C51; }
span { border-color: rgb(131,140,81); }
td.TdClassName
{
border-color: #838C51;
}
.TagClassName
{
border-color: #838C51;
}
</style>