Shades of Pesto #82782D
Tints of Pesto #82782D
RGB
CMYK
RGB Variations
Color information
#82782D (or 0x82782D) is known color: Pesto. HEX triplet: 82, 78 and 2D. RGB value is (130,120,45). Sum of RGB (Red+Green+Blue) = 130+120+45=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82782D is #7D87D2. Grayscale: #727272. Windows color (decimal): -8226771 or 2979970. OLE color: 2979970.
HSL color Cylindrical-coordinate representation of color #82782D: hue angle of 52.94º 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 #82782D is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 45 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.49 |
| HSL | 52.94º | 0.49% | 0.34% | - |
| HSV(B) | 52.94º | 0.65% | 0.51% | - |
| XYZ | 16.4 | 18.37 | 5.16 | - |
| YUV | 114.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 45 | 0 | 0.08 | 0.65 | 0.49 | 52.94 | 0.49 | 0.34 |
| Hex | 82 | 78 | 2D | 0 | 8 | 41 | 31 | 35 | 31 | 22 |
| Octal | 202 | 170 | 55 | 0 | 10 | 101 | 61 | 65 | 61 | 42 |
| Binary | 10000010 | 1111000 | 101101 | 0 | 1000 | 1000001 | 110001 | 110101 | 110001 | 100010 |
Color Harmonies of #82782D
Complementary color
Monochromatic Colors of #82782D
Black with #82782D
Text Example
Text Example
White with #82782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82782D; }
p { color: rgb(130,120,45); }
H1.HeaderClassName
{
color: #82782D;
}
.AnyTagClassName
{
color: #82782D;
}
</style>
background-color css
<style>
a { background-color: #82782D; }
a { background-color: rgb(130,120,45); }
div.DivClassName
{
background-color: #82782D;
}
.BgClassName
{
background-color: #82782D;
}
</style>
border-color css
<style>
span { border-color: #82782D; }
span { border-color: rgb(130,120,45); }
td.TdClassName
{
border-color: #82782D;
}
.TagClassName
{
border-color: #82782D;
}
</style>