Shades of Pesto #82722D
Tints of Pesto #82722D
RGB
CMYK
RGB Variations
Color information
#82722D (or 0x82722D) is known color: Pesto. HEX triplet: 82, 72 and 2D. RGB value is (130,114,45). Sum of RGB (Red+Green+Blue) = 130+114+45=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82722D is #7D8DD2. Grayscale: #6F6F6F. Windows color (decimal): -8228307 or 2978434. OLE color: 2978434.
HSL color Cylindrical-coordinate representation of color #82722D: hue angle of 48.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82722D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 114 | 45 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.49 |
| HSL | 48.71º | 0.49% | 0.34% | - |
| HSV(B) | 48.71º | 0.65% | 0.51% | - |
| XYZ | 15.7 | 16.97 | 4.93 | - |
| YUV | 110.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 45 | 0 | 0.12 | 0.65 | 0.49 | 48.71 | 0.49 | 0.34 |
| Hex | 82 | 72 | 2D | 0 | C | 41 | 31 | 31 | 31 | 22 |
| Octal | 202 | 162 | 55 | 0 | 14 | 101 | 61 | 61 | 61 | 42 |
| Binary | 10000010 | 1110010 | 101101 | 0 | 1100 | 1000001 | 110001 | 110001 | 110001 | 100010 |
Color Harmonies of #82722D
Complementary color
Monochromatic Colors of #82722D
Black with #82722D
Text Example
Text Example
White with #82722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82722D; }
p { color: rgb(130,114,45); }
H1.HeaderClassName
{
color: #82722D;
}
.AnyTagClassName
{
color: #82722D;
}
</style>
background-color css
<style>
a { background-color: #82722D; }
a { background-color: rgb(130,114,45); }
div.DivClassName
{
background-color: #82722D;
}
.BgClassName
{
background-color: #82722D;
}
</style>
border-color css
<style>
span { border-color: #82722D; }
span { border-color: rgb(130,114,45); }
td.TdClassName
{
border-color: #82722D;
}
.TagClassName
{
border-color: #82722D;
}
</style>