Shades of Pesto #82722F
Tints of Pesto #82722F
RGB
CMYK
RGB Variations
Color information
#82722F (or 0x82722F) is known color: Pesto. HEX triplet: 82, 72 and 2F. RGB value is (130,114,47). Sum of RGB (Red+Green+Blue) = 130+114+47=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82722F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82722F is #7D8DD0. Grayscale: #6F6F6F. Windows color (decimal): -8228305 or 3109506. OLE color: 3109506.
HSL color Cylindrical-coordinate representation of color #82722F: hue angle of 48.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82722F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 114 | 47 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.49 |
| HSL | 48.43º | 0.47% | 0.35% | - |
| HSV(B) | 48.43º | 0.64% | 0.51% | - |
| XYZ | 15.74 | 16.99 | 5.14 | - |
| YUV | 111.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 47 | 0 | 0.12 | 0.64 | 0.49 | 48.43 | 0.47 | 0.35 |
| Hex | 82 | 72 | 2F | 0 | C | 40 | 31 | 30 | 2F | 23 |
| Octal | 202 | 162 | 57 | 0 | 14 | 100 | 61 | 60 | 57 | 43 |
| Binary | 10000010 | 1110010 | 101111 | 0 | 1100 | 1000000 | 110001 | 110000 | 101111 | 100011 |
Color Harmonies of #82722F
Complementary color
Monochromatic Colors of #82722F
Black with #82722F
Text Example
Text Example
White with #82722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82722F; }
p { color: rgb(130,114,47); }
H1.HeaderClassName
{
color: #82722F;
}
.AnyTagClassName
{
color: #82722F;
}
</style>
background-color css
<style>
a { background-color: #82722F; }
a { background-color: rgb(130,114,47); }
div.DivClassName
{
background-color: #82722F;
}
.BgClassName
{
background-color: #82722F;
}
</style>
border-color css
<style>
span { border-color: #82722F; }
span { border-color: rgb(130,114,47); }
td.TdClassName
{
border-color: #82722F;
}
.TagClassName
{
border-color: #82722F;
}
</style>