Shades of Pesto #82792B
Tints of Pesto #82792B
RGB
CMYK
RGB Variations
Color information
#82792B (or 0x82792B) is known color: Pesto. HEX triplet: 82, 79 and 2B. RGB value is (130,121,43). Sum of RGB (Red+Green+Blue) = 130+121+43=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82792B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82792B is #7D86D4. Grayscale: #737373. Windows color (decimal): -8226517 or 2849154. OLE color: 2849154.
HSL color Cylindrical-coordinate representation of color #82792B: hue angle of 53.79º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82792B is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 121 | 43 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.49 |
| HSL | 53.79º | 0.5% | 0.34% | - |
| HSV(B) | 53.79º | 0.67% | 0.51% | - |
| XYZ | 16.48 | 18.59 | 5.01 | - |
| YUV | 114.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 43 | 0 | 0.07 | 0.67 | 0.49 | 53.79 | 0.5 | 0.34 |
| Hex | 82 | 79 | 2B | 0 | 7 | 43 | 31 | 36 | 32 | 22 |
| Octal | 202 | 171 | 53 | 0 | 7 | 103 | 61 | 66 | 62 | 42 |
| Binary | 10000010 | 1111001 | 101011 | 0 | 111 | 1000011 | 110001 | 110110 | 110010 | 100010 |
Color Harmonies of #82792B
Complementary color
Monochromatic Colors of #82792B
Black with #82792B
Text Example
Text Example
White with #82792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82792B; }
p { color: rgb(130,121,43); }
H1.HeaderClassName
{
color: #82792B;
}
.AnyTagClassName
{
color: #82792B;
}
</style>
background-color css
<style>
a { background-color: #82792B; }
a { background-color: rgb(130,121,43); }
div.DivClassName
{
background-color: #82792B;
}
.BgClassName
{
background-color: #82792B;
}
</style>
border-color css
<style>
span { border-color: #82792B; }
span { border-color: rgb(130,121,43); }
td.TdClassName
{
border-color: #82792B;
}
.TagClassName
{
border-color: #82792B;
}
</style>