Shades of Pesto #847E2D
Tints of Pesto #847E2D
RGB
CMYK
RGB Variations
Color information
#847E2D (or 0x847E2D) is known color: Pesto. HEX triplet: 84, 7E and 2D. RGB value is (132,126,45). Sum of RGB (Red+Green+Blue) = 132+126+45=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #847E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E2D is #7B81D2. Grayscale: #767676. Windows color (decimal): -8094163 or 2981508. OLE color: 2981508.
HSL color Cylindrical-coordinate representation of color #847E2D: hue angle of 55.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #847E2D is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 45 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.48 |
| HSL | 55.86º | 0.49% | 0.35% | - |
| HSV(B) | 55.86º | 0.66% | 0.52% | - |
| XYZ | 17.45 | 20.02 | 5.43 | - |
| YUV | 118.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 45 | 0 | 0.05 | 0.66 | 0.48 | 55.86 | 0.49 | 0.35 |
| Hex | 84 | 7E | 2D | 0 | 5 | 42 | 30 | 38 | 31 | 23 |
| Octal | 204 | 176 | 55 | 0 | 5 | 102 | 60 | 70 | 61 | 43 |
| Binary | 10000100 | 1111110 | 101101 | 0 | 101 | 1000010 | 110000 | 111000 | 110001 | 100011 |
Color Harmonies of #847E2D
Complementary color
Monochromatic Colors of #847E2D
Black with #847E2D
Text Example
Text Example
White with #847E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E2D; }
p { color: rgb(132,126,45); }
H1.HeaderClassName
{
color: #847E2D;
}
.AnyTagClassName
{
color: #847E2D;
}
</style>
background-color css
<style>
a { background-color: #847E2D; }
a { background-color: rgb(132,126,45); }
div.DivClassName
{
background-color: #847E2D;
}
.BgClassName
{
background-color: #847E2D;
}
</style>
border-color css
<style>
span { border-color: #847E2D; }
span { border-color: rgb(132,126,45); }
td.TdClassName
{
border-color: #847E2D;
}
.TagClassName
{
border-color: #847E2D;
}
</style>