Shades of Pesto #82732B
Tints of Pesto #82732B
RGB
CMYK
RGB Variations
Color information
#82732B (or 0x82732B) is known color: Pesto. HEX triplet: 82, 73 and 2B. RGB value is (130,115,43). Sum of RGB (Red+Green+Blue) = 130+115+43=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82732B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82732B is #7D8CD4. Grayscale: #6F6F6F. Windows color (decimal): -8228053 or 2847618. OLE color: 2847618.
HSL color Cylindrical-coordinate representation of color #82732B: hue angle of 49.66º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82732B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 43 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.49 |
| HSL | 49.66º | 0.5% | 0.34% | - |
| HSV(B) | 49.66º | 0.67% | 0.51% | - |
| XYZ | 15.77 | 17.18 | 4.77 | - |
| YUV | 111.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 43 | 0 | 0.12 | 0.67 | 0.49 | 49.66 | 0.5 | 0.34 |
| Hex | 82 | 73 | 2B | 0 | C | 43 | 31 | 32 | 32 | 22 |
| Octal | 202 | 163 | 53 | 0 | 14 | 103 | 61 | 62 | 62 | 42 |
| Binary | 10000010 | 1110011 | 101011 | 0 | 1100 | 1000011 | 110001 | 110010 | 110010 | 100010 |
Color Harmonies of #82732B
Complementary color
Monochromatic Colors of #82732B
Black with #82732B
Text Example
Text Example
White with #82732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82732B; }
p { color: rgb(130,115,43); }
H1.HeaderClassName
{
color: #82732B;
}
.AnyTagClassName
{
color: #82732B;
}
</style>
background-color css
<style>
a { background-color: #82732B; }
a { background-color: rgb(130,115,43); }
div.DivClassName
{
background-color: #82732B;
}
.BgClassName
{
background-color: #82732B;
}
</style>
border-color css
<style>
span { border-color: #82732B; }
span { border-color: rgb(130,115,43); }
td.TdClassName
{
border-color: #82732B;
}
.TagClassName
{
border-color: #82732B;
}
</style>