Shades of Pesto #84792C
Tints of Pesto #84792C
RGB
CMYK
RGB Variations
Color information
#84792C (or 0x84792C) is known color: Pesto. HEX triplet: 84, 79 and 2C. RGB value is (132,121,44). Sum of RGB (Red+Green+Blue) = 132+121+44=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84792C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84792C is #7B86D3. Grayscale: #737373. Windows color (decimal): -8095444 or 2914692. OLE color: 2914692.
HSL color Cylindrical-coordinate representation of color #84792C: hue angle of 52.5º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84792C is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 121 | 44 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.48 |
| HSL | 52.5º | 0.5% | 0.35% | - |
| HSV(B) | 52.5º | 0.67% | 0.52% | - |
| XYZ | 16.81 | 18.76 | 5.12 | - |
| YUV | 115.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 44 | 0 | 0.08 | 0.67 | 0.48 | 52.5 | 0.5 | 0.35 |
| Hex | 84 | 79 | 2C | 0 | 8 | 43 | 30 | 34 | 32 | 23 |
| Octal | 204 | 171 | 54 | 0 | 10 | 103 | 60 | 64 | 62 | 43 |
| Binary | 10000100 | 1111001 | 101100 | 0 | 1000 | 1000011 | 110000 | 110100 | 110010 | 100011 |
Color Harmonies of #84792C
Complementary color
Monochromatic Colors of #84792C
Black with #84792C
Text Example
Text Example
White with #84792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84792C; }
p { color: rgb(132,121,44); }
H1.HeaderClassName
{
color: #84792C;
}
.AnyTagClassName
{
color: #84792C;
}
</style>
background-color css
<style>
a { background-color: #84792C; }
a { background-color: rgb(132,121,44); }
div.DivClassName
{
background-color: #84792C;
}
.BgClassName
{
background-color: #84792C;
}
</style>
border-color css
<style>
span { border-color: #84792C; }
span { border-color: rgb(132,121,44); }
td.TdClassName
{
border-color: #84792C;
}
.TagClassName
{
border-color: #84792C;
}
</style>