Shades of Pesto #84792D
Tints of Pesto #84792D
RGB
CMYK
RGB Variations
Color information
#84792D (or 0x84792D) is known color: Pesto. HEX triplet: 84, 79 and 2D. RGB value is (132,121,45). Sum of RGB (Red+Green+Blue) = 132+121+45=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84792D is #7B86D2. Grayscale: #737373. Windows color (decimal): -8095443 or 2980228. OLE color: 2980228.
HSL color Cylindrical-coordinate representation of color #84792D: hue angle of 52.41º 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 #84792D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 121 | 45 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.48 |
| HSL | 52.41º | 0.49% | 0.35% | - |
| HSV(B) | 52.41º | 0.66% | 0.52% | - |
| XYZ | 16.83 | 18.77 | 5.22 | - |
| YUV | 115.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 45 | 0 | 0.08 | 0.66 | 0.48 | 52.41 | 0.49 | 0.35 |
| Hex | 84 | 79 | 2D | 0 | 8 | 42 | 30 | 34 | 31 | 23 |
| Octal | 204 | 171 | 55 | 0 | 10 | 102 | 60 | 64 | 61 | 43 |
| Binary | 10000100 | 1111001 | 101101 | 0 | 1000 | 1000010 | 110000 | 110100 | 110001 | 100011 |
Color Harmonies of #84792D
Complementary color
Monochromatic Colors of #84792D
Black with #84792D
Text Example
Text Example
White with #84792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84792D; }
p { color: rgb(132,121,45); }
H1.HeaderClassName
{
color: #84792D;
}
.AnyTagClassName
{
color: #84792D;
}
</style>
background-color css
<style>
a { background-color: #84792D; }
a { background-color: rgb(132,121,45); }
div.DivClassName
{
background-color: #84792D;
}
.BgClassName
{
background-color: #84792D;
}
</style>
border-color css
<style>
span { border-color: #84792D; }
span { border-color: rgb(132,121,45); }
td.TdClassName
{
border-color: #84792D;
}
.TagClassName
{
border-color: #84792D;
}
</style>