Shades of Pesto #82791F
Tints of Pesto #82791F
RGB
CMYK
RGB Variations
Color information
#82791F (or 0x82791F) is known color: Pesto. HEX triplet: 82, 79 and 1F. RGB value is (130,121,31). Sum of RGB (Red+Green+Blue) = 130+121+31=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #82791F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82791F is #7D86E0. Grayscale: #717171. Windows color (decimal): -8226529 or 2062722. OLE color: 2062722.
HSL color Cylindrical-coordinate representation of color #82791F: hue angle of 54.55º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82791F is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 121 | 31 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.49 |
| HSL | 54.55º | 0.61% | 0.32% | - |
| HSV(B) | 54.55º | 0.76% | 0.51% | - |
| XYZ | 16.29 | 18.52 | 4.01 | - |
| YUV | 113.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 31 | 0 | 0.07 | 0.76 | 0.49 | 54.55 | 0.61 | 0.32 |
| Hex | 82 | 79 | 1F | 0 | 7 | 4C | 31 | 37 | 3D | 20 |
| Octal | 202 | 171 | 37 | 0 | 7 | 114 | 61 | 67 | 75 | 40 |
| Binary | 10000010 | 1111001 | 11111 | 0 | 111 | 1001100 | 110001 | 110111 | 111101 | 100000 |
Color Harmonies of #82791F
Complementary color
Monochromatic Colors of #82791F
Black with #82791F
Text Example
Text Example
White with #82791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82791F; }
p { color: rgb(130,121,31); }
H1.HeaderClassName
{
color: #82791F;
}
.AnyTagClassName
{
color: #82791F;
}
</style>
background-color css
<style>
a { background-color: #82791F; }
a { background-color: rgb(130,121,31); }
div.DivClassName
{
background-color: #82791F;
}
.BgClassName
{
background-color: #82791F;
}
</style>
border-color css
<style>
span { border-color: #82791F; }
span { border-color: rgb(130,121,31); }
td.TdClassName
{
border-color: #82791F;
}
.TagClassName
{
border-color: #82791F;
}
</style>