Shades of Pesto #847E2E
Tints of Pesto #847E2E
RGB
CMYK
RGB Variations
Color information
#847E2E (or 0x847E2E) is known color: Pesto. HEX triplet: 84, 7E and 2E. RGB value is (132,126,46). Sum of RGB (Red+Green+Blue) = 132+126+46=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #847E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E2E is #7B81D1. Grayscale: #777777. Windows color (decimal): -8094162 or 3047044. OLE color: 3047044.
HSL color Cylindrical-coordinate representation of color #847E2E: hue angle of 55.81º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #847E2E is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 46 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.48 |
| HSL | 55.81º | 0.48% | 0.35% | - |
| HSV(B) | 55.81º | 0.65% | 0.52% | - |
| XYZ | 17.47 | 20.02 | 5.53 | - |
| YUV | 118.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 46 | 0 | 0.05 | 0.65 | 0.48 | 55.81 | 0.48 | 0.35 |
| Hex | 84 | 7E | 2E | 0 | 5 | 41 | 30 | 38 | 30 | 23 |
| Octal | 204 | 176 | 56 | 0 | 5 | 101 | 60 | 70 | 60 | 43 |
| Binary | 10000100 | 1111110 | 101110 | 0 | 101 | 1000001 | 110000 | 111000 | 110000 | 100011 |
Color Harmonies of #847E2E
Complementary color
Monochromatic Colors of #847E2E
Black with #847E2E
Text Example
Text Example
White with #847E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E2E; }
p { color: rgb(132,126,46); }
H1.HeaderClassName
{
color: #847E2E;
}
.AnyTagClassName
{
color: #847E2E;
}
</style>
background-color css
<style>
a { background-color: #847E2E; }
a { background-color: rgb(132,126,46); }
div.DivClassName
{
background-color: #847E2E;
}
.BgClassName
{
background-color: #847E2E;
}
</style>
border-color css
<style>
span { border-color: #847E2E; }
span { border-color: rgb(132,126,46); }
td.TdClassName
{
border-color: #847E2E;
}
.TagClassName
{
border-color: #847E2E;
}
</style>