Shades of Pesto #84791F
Tints of Pesto #84791F
RGB
CMYK
RGB Variations
Color information
#84791F (or 0x84791F) is known color: Pesto. HEX triplet: 84, 79 and 1F. RGB value is (132,121,31). Sum of RGB (Red+Green+Blue) = 132+121+31=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #84791F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84791F is #7B86E0. Grayscale: #727272. Windows color (decimal): -8095457 or 2062724. OLE color: 2062724.
HSL color Cylindrical-coordinate representation of color #84791F: hue angle of 53.47º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84791F is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 121 | 31 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.48 |
| HSL | 53.47º | 0.62% | 0.32% | - |
| HSV(B) | 53.47º | 0.77% | 0.52% | - |
| XYZ | 16.6 | 18.68 | 4.03 | - |
| YUV | 114.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 31 | 0 | 0.08 | 0.77 | 0.48 | 53.47 | 0.62 | 0.32 |
| Hex | 84 | 79 | 1F | 0 | 8 | 4D | 30 | 35 | 3E | 20 |
| Octal | 204 | 171 | 37 | 0 | 10 | 115 | 60 | 65 | 76 | 40 |
| Binary | 10000100 | 1111001 | 11111 | 0 | 1000 | 1001101 | 110000 | 110101 | 111110 | 100000 |
Color Harmonies of #84791F
Complementary color
Monochromatic Colors of #84791F
Black with #84791F
Text Example
Text Example
White with #84791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84791F; }
p { color: rgb(132,121,31); }
H1.HeaderClassName
{
color: #84791F;
}
.AnyTagClassName
{
color: #84791F;
}
</style>
background-color css
<style>
a { background-color: #84791F; }
a { background-color: rgb(132,121,31); }
div.DivClassName
{
background-color: #84791F;
}
.BgClassName
{
background-color: #84791F;
}
</style>
border-color css
<style>
span { border-color: #84791F; }
span { border-color: rgb(132,121,31); }
td.TdClassName
{
border-color: #84791F;
}
.TagClassName
{
border-color: #84791F;
}
</style>