Shades of Pesto #84792E
Tints of Pesto #84792E
RGB
CMYK
RGB Variations
Color information
#84792E (or 0x84792E) is known color: Pesto. HEX triplet: 84, 79 and 2E. RGB value is (132,121,46). Sum of RGB (Red+Green+Blue) = 132+121+46=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #84792E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84792E is #7B86D1. Grayscale: #747474. Windows color (decimal): -8095442 or 3045764. OLE color: 3045764.
HSL color Cylindrical-coordinate representation of color #84792E: hue angle of 52.33º 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 #84792E is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 121 | 46 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.48 |
| HSL | 52.33º | 0.48% | 0.35% | - |
| HSV(B) | 52.33º | 0.65% | 0.52% | - |
| XYZ | 16.85 | 18.78 | 5.32 | - |
| YUV | 115.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 46 | 0 | 0.08 | 0.65 | 0.48 | 52.33 | 0.48 | 0.35 |
| Hex | 84 | 79 | 2E | 0 | 8 | 41 | 30 | 34 | 30 | 23 |
| Octal | 204 | 171 | 56 | 0 | 10 | 101 | 60 | 64 | 60 | 43 |
| Binary | 10000100 | 1111001 | 101110 | 0 | 1000 | 1000001 | 110000 | 110100 | 110000 | 100011 |
Color Harmonies of #84792E
Complementary color
Monochromatic Colors of #84792E
Black with #84792E
Text Example
Text Example
White with #84792E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84792E; }
p { color: rgb(132,121,46); }
H1.HeaderClassName
{
color: #84792E;
}
.AnyTagClassName
{
color: #84792E;
}
</style>
background-color css
<style>
a { background-color: #84792E; }
a { background-color: rgb(132,121,46); }
div.DivClassName
{
background-color: #84792E;
}
.BgClassName
{
background-color: #84792E;
}
</style>
border-color css
<style>
span { border-color: #84792E; }
span { border-color: rgb(132,121,46); }
td.TdClassName
{
border-color: #84792E;
}
.TagClassName
{
border-color: #84792E;
}
</style>