Shades of Finch #848B53
Tints of Finch #848B53
RGB
CMYK
RGB Variations
Color information
#848B53 (or 0x848B53) is known color: Finch. HEX triplet: 84, 8B and 53. RGB value is (132,139,83). Sum of RGB (Red+Green+Blue) = 132+139+83=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #848B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B53 is #7B74AC. Grayscale: #828282. Windows color (decimal): -8090797 or 5475204. OLE color: 5475204.
HSL color Cylindrical-coordinate representation of color #848B53: hue angle of 67.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848B53 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 83 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.45 |
| HSL | 67.5º | 0.25% | 0.44% | - |
| HSV(B) | 67.5º | 0.4% | 0.55% | - |
| XYZ | 20.31 | 24 | 11.74 | - |
| YUV | 130.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 83 | 0.05 | 0 | 0.40 | 0.45 | 67.5 | 0.25 | 0.44 |
| Hex | 84 | 8B | 53 | 5 | 0 | 28 | 2D | 44 | 19 | 2C |
| Octal | 204 | 213 | 123 | 5 | 0 | 50 | 55 | 104 | 31 | 54 |
| Binary | 10000100 | 10001011 | 1010011 | 101 | 0 | 101000 | 101101 | 1000100 | 11001 | 101100 |
Color Harmonies of #848B53
Complementary color
Monochromatic Colors of #848B53
Black with #848B53
Text Example
Text Example
White with #848B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B53; }
p { color: rgb(132,139,83); }
H1.HeaderClassName
{
color: #848B53;
}
.AnyTagClassName
{
color: #848B53;
}
</style>
background-color css
<style>
a { background-color: #848B53; }
a { background-color: rgb(132,139,83); }
div.DivClassName
{
background-color: #848B53;
}
.BgClassName
{
background-color: #848B53;
}
</style>
border-color css
<style>
span { border-color: #848B53; }
span { border-color: rgb(132,139,83); }
td.TdClassName
{
border-color: #848B53;
}
.TagClassName
{
border-color: #848B53;
}
</style>