Shades of Pesto #82752E
Tints of Pesto #82752E
RGB
CMYK
RGB Variations
Color information
#82752E (or 0x82752E) is known color: Pesto. HEX triplet: 82, 75 and 2E. RGB value is (130,117,46). Sum of RGB (Red+Green+Blue) = 130+117+46=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82752E is #7D8AD1. Grayscale: #717171. Windows color (decimal): -8227538 or 3044738. OLE color: 3044738.
HSL color Cylindrical-coordinate representation of color #82752E: hue angle of 50.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82752E is Cyan = 0, Magento = 0.1, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 46 | - |
| CMYK | 0 | 0.1 | 0.65 | 0.49 |
| HSL | 50.71º | 0.48% | 0.35% | - |
| HSV(B) | 50.71º | 0.65% | 0.51% | - |
| XYZ | 16.06 | 17.67 | 5.15 | - |
| YUV | 112.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 46 | 0 | 0.1 | 0.65 | 0.49 | 50.71 | 0.48 | 0.35 |
| Hex | 82 | 75 | 2E | 0 | A | 41 | 31 | 33 | 30 | 23 |
| Octal | 202 | 165 | 56 | 0 | 12 | 101 | 61 | 63 | 60 | 43 |
| Binary | 10000010 | 1110101 | 101110 | 0 | 1010 | 1000001 | 110001 | 110011 | 110000 | 100011 |
Color Harmonies of #82752E
Complementary color
Monochromatic Colors of #82752E
Black with #82752E
Text Example
Text Example
White with #82752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82752E; }
p { color: rgb(130,117,46); }
H1.HeaderClassName
{
color: #82752E;
}
.AnyTagClassName
{
color: #82752E;
}
</style>
background-color css
<style>
a { background-color: #82752E; }
a { background-color: rgb(130,117,46); }
div.DivClassName
{
background-color: #82752E;
}
.BgClassName
{
background-color: #82752E;
}
</style>
border-color css
<style>
span { border-color: #82752E; }
span { border-color: rgb(130,117,46); }
td.TdClassName
{
border-color: #82752E;
}
.TagClassName
{
border-color: #82752E;
}
</style>