Shades of Finch #838B56
Tints of Finch #838B56
RGB
CMYK
RGB Variations
Color information
#838B56 (or 0x838B56) is known color: Finch. HEX triplet: 83, 8B and 56. RGB value is (131,139,86). Sum of RGB (Red+Green+Blue) = 131+139+86=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #838B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B56 is #7C74A9. Grayscale: #828282. Windows color (decimal): -8156330 or 5671811. OLE color: 5671811.
HSL color Cylindrical-coordinate representation of color #838B56: hue angle of 69.06º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838B56 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 86 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.45 |
| HSL | 69.06º | 0.24% | 0.44% | - |
| HSV(B) | 69.06º | 0.38% | 0.55% | - |
| XYZ | 20.27 | 23.96 | 12.36 | - |
| YUV | 130.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 86 | 0.06 | 0 | 0.38 | 0.45 | 69.06 | 0.24 | 0.44 |
| Hex | 83 | 8B | 56 | 6 | 0 | 26 | 2D | 45 | 18 | 2C |
| Octal | 203 | 213 | 126 | 6 | 0 | 46 | 55 | 105 | 30 | 54 |
| Binary | 10000011 | 10001011 | 1010110 | 110 | 0 | 100110 | 101101 | 1000101 | 11000 | 101100 |
Color Harmonies of #838B56
Complementary color
Monochromatic Colors of #838B56
Black with #838B56
Text Example
Text Example
White with #838B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B56; }
p { color: rgb(131,139,86); }
H1.HeaderClassName
{
color: #838B56;
}
.AnyTagClassName
{
color: #838B56;
}
</style>
background-color css
<style>
a { background-color: #838B56; }
a { background-color: rgb(131,139,86); }
div.DivClassName
{
background-color: #838B56;
}
.BgClassName
{
background-color: #838B56;
}
</style>
border-color css
<style>
span { border-color: #838B56; }
span { border-color: rgb(131,139,86); }
td.TdClassName
{
border-color: #838B56;
}
.TagClassName
{
border-color: #838B56;
}
</style>