Shades of Pesto #847A2F
Tints of Pesto #847A2F
RGB
CMYK
RGB Variations
Color information
#847A2F (or 0x847A2F) is known color: Pesto. HEX triplet: 84, 7A and 2F. RGB value is (132,122,47). Sum of RGB (Red+Green+Blue) = 132+122+47=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #847A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A2F is #7B85D0. Grayscale: #747474. Windows color (decimal): -8095185 or 3111556. OLE color: 3111556.
HSL color Cylindrical-coordinate representation of color #847A2F: hue angle of 52.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #847A2F is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 47 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.48 |
| HSL | 52.94º | 0.47% | 0.35% | - |
| HSV(B) | 52.94º | 0.64% | 0.52% | - |
| XYZ | 16.99 | 19.03 | 5.47 | - |
| YUV | 116.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 47 | 0 | 0.08 | 0.64 | 0.48 | 52.94 | 0.47 | 0.35 |
| Hex | 84 | 7A | 2F | 0 | 8 | 40 | 30 | 35 | 2F | 23 |
| Octal | 204 | 172 | 57 | 0 | 10 | 100 | 60 | 65 | 57 | 43 |
| Binary | 10000100 | 1111010 | 101111 | 0 | 1000 | 1000000 | 110000 | 110101 | 101111 | 100011 |
Color Harmonies of #847A2F
Complementary color
Monochromatic Colors of #847A2F
Black with #847A2F
Text Example
Text Example
White with #847A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A2F; }
p { color: rgb(132,122,47); }
H1.HeaderClassName
{
color: #847A2F;
}
.AnyTagClassName
{
color: #847A2F;
}
</style>
background-color css
<style>
a { background-color: #847A2F; }
a { background-color: rgb(132,122,47); }
div.DivClassName
{
background-color: #847A2F;
}
.BgClassName
{
background-color: #847A2F;
}
</style>
border-color css
<style>
span { border-color: #847A2F; }
span { border-color: rgb(132,122,47); }
td.TdClassName
{
border-color: #847A2F;
}
.TagClassName
{
border-color: #847A2F;
}
</style>