Shades of Finch #858952
Tints of Finch #858952
RGB
CMYK
RGB Variations
Color information
#858952 (or 0x858952) is known color: Finch. HEX triplet: 85, 89 and 52. RGB value is (133,137,82). Sum of RGB (Red+Green+Blue) = 133+137+82=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #858952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858952 is #7A76AD. Grayscale: #818181. Windows color (decimal): -8025774 or 5409157. OLE color: 5409157.
HSL color Cylindrical-coordinate representation of color #858952: hue angle of 64.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858952 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 82 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.46 |
| HSL | 64.36º | 0.25% | 0.43% | - |
| HSV(B) | 64.36º | 0.4% | 0.54% | - |
| XYZ | 20.14 | 23.49 | 11.45 | - |
| YUV | 129.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 82 | 0.03 | 0 | 0.40 | 0.46 | 64.36 | 0.25 | 0.43 |
| Hex | 85 | 89 | 52 | 3 | 0 | 28 | 2E | 40 | 19 | 2B |
| Octal | 205 | 211 | 122 | 3 | 0 | 50 | 56 | 100 | 31 | 53 |
| Binary | 10000101 | 10001001 | 1010010 | 11 | 0 | 101000 | 101110 | 1000000 | 11001 | 101011 |
Color Harmonies of #858952
Complementary color
Monochromatic Colors of #858952
Black with #858952
Text Example
Text Example
White with #858952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858952; }
p { color: rgb(133,137,82); }
H1.HeaderClassName
{
color: #858952;
}
.AnyTagClassName
{
color: #858952;
}
</style>
background-color css
<style>
a { background-color: #858952; }
a { background-color: rgb(133,137,82); }
div.DivClassName
{
background-color: #858952;
}
.BgClassName
{
background-color: #858952;
}
</style>
border-color css
<style>
span { border-color: #858952; }
span { border-color: rgb(133,137,82); }
td.TdClassName
{
border-color: #858952;
}
.TagClassName
{
border-color: #858952;
}
</style>