Shades of Pesto #82732A
Tints of Pesto #82732A
RGB
CMYK
RGB Variations
Color information
#82732A (or 0x82732A) is known color: Pesto. HEX triplet: 82, 73 and 2A. RGB value is (130,115,42). Sum of RGB (Red+Green+Blue) = 130+115+42=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82732A is #7D8CD5. Grayscale: #6F6F6F. Windows color (decimal): -8228054 or 2782082. OLE color: 2782082.
HSL color Cylindrical-coordinate representation of color #82732A: hue angle of 49.77º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82732A is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 42 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.49 |
| HSL | 49.77º | 0.51% | 0.34% | - |
| HSV(B) | 49.77º | 0.68% | 0.51% | - |
| XYZ | 15.75 | 17.17 | 4.68 | - |
| YUV | 111.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 42 | 0 | 0.12 | 0.68 | 0.49 | 49.77 | 0.51 | 0.34 |
| Hex | 82 | 73 | 2A | 0 | C | 44 | 31 | 32 | 33 | 22 |
| Octal | 202 | 163 | 52 | 0 | 14 | 104 | 61 | 62 | 63 | 42 |
| Binary | 10000010 | 1110011 | 101010 | 0 | 1100 | 1000100 | 110001 | 110010 | 110011 | 100010 |
Color Harmonies of #82732A
Complementary color
Monochromatic Colors of #82732A
Black with #82732A
Text Example
Text Example
White with #82732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82732A; }
p { color: rgb(130,115,42); }
H1.HeaderClassName
{
color: #82732A;
}
.AnyTagClassName
{
color: #82732A;
}
</style>
background-color css
<style>
a { background-color: #82732A; }
a { background-color: rgb(130,115,42); }
div.DivClassName
{
background-color: #82732A;
}
.BgClassName
{
background-color: #82732A;
}
</style>
border-color css
<style>
span { border-color: #82732A; }
span { border-color: rgb(130,115,42); }
td.TdClassName
{
border-color: #82732A;
}
.TagClassName
{
border-color: #82732A;
}
</style>