Shades of Pesto #82781D
Tints of Pesto #82781D
RGB
CMYK
RGB Variations
Color information
#82781D (or 0x82781D) is known color: Pesto. HEX triplet: 82, 78 and 1D. RGB value is (130,120,29). Sum of RGB (Red+Green+Blue) = 130+120+29=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82781D is #7D87E2. Grayscale: #707070. Windows color (decimal): -8226787 or 1931394. OLE color: 1931394.
HSL color Cylindrical-coordinate representation of color #82781D: hue angle of 54.06º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82781D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 29 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.49 |
| HSL | 54.06º | 0.64% | 0.31% | - |
| HSV(B) | 54.06º | 0.78% | 0.51% | - |
| XYZ | 16.14 | 18.27 | 3.84 | - |
| YUV | 112.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 29 | 0 | 0.08 | 0.78 | 0.49 | 54.06 | 0.64 | 0.31 |
| Hex | 82 | 78 | 1D | 0 | 8 | 4E | 31 | 36 | 40 | 1F |
| Octal | 202 | 170 | 35 | 0 | 10 | 116 | 61 | 66 | 100 | 37 |
| Binary | 10000010 | 1111000 | 11101 | 0 | 1000 | 1001110 | 110001 | 110110 | 1000000 | 11111 |
Color Harmonies of #82781D
Complementary color
Monochromatic Colors of #82781D
Black with #82781D
Text Example
Text Example
White with #82781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82781D; }
p { color: rgb(130,120,29); }
H1.HeaderClassName
{
color: #82781D;
}
.AnyTagClassName
{
color: #82781D;
}
</style>
background-color css
<style>
a { background-color: #82781D; }
a { background-color: rgb(130,120,29); }
div.DivClassName
{
background-color: #82781D;
}
.BgClassName
{
background-color: #82781D;
}
</style>
border-color css
<style>
span { border-color: #82781D; }
span { border-color: rgb(130,120,29); }
td.TdClassName
{
border-color: #82781D;
}
.TagClassName
{
border-color: #82781D;
}
</style>