Shades of Pesto #82751D
Tints of Pesto #82751D
RGB
CMYK
RGB Variations
Color information
#82751D (or 0x82751D) is known color: Pesto. HEX triplet: 82, 75 and 1D. RGB value is (130,117,29). Sum of RGB (Red+Green+Blue) = 130+117+29=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82751D is #7D8AE2. Grayscale: #6F6F6F. Windows color (decimal): -8227555 or 1930626. OLE color: 1930626.
HSL color Cylindrical-coordinate representation of color #82751D: hue angle of 52.28º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82751D is Cyan = 0, Magento = 0.1, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 29 | - |
| CMYK | 0 | 0.1 | 0.78 | 0.49 |
| HSL | 52.28º | 0.64% | 0.31% | - |
| HSV(B) | 52.28º | 0.78% | 0.51% | - |
| XYZ | 15.79 | 17.56 | 3.72 | - |
| YUV | 110.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 29 | 0 | 0.1 | 0.78 | 0.49 | 52.28 | 0.64 | 0.31 |
| Hex | 82 | 75 | 1D | 0 | A | 4E | 31 | 34 | 40 | 1F |
| Octal | 202 | 165 | 35 | 0 | 12 | 116 | 61 | 64 | 100 | 37 |
| Binary | 10000010 | 1110101 | 11101 | 0 | 1010 | 1001110 | 110001 | 110100 | 1000000 | 11111 |
Color Harmonies of #82751D
Complementary color
Monochromatic Colors of #82751D
Black with #82751D
Text Example
Text Example
White with #82751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82751D; }
p { color: rgb(130,117,29); }
H1.HeaderClassName
{
color: #82751D;
}
.AnyTagClassName
{
color: #82751D;
}
</style>
background-color css
<style>
a { background-color: #82751D; }
a { background-color: rgb(130,117,29); }
div.DivClassName
{
background-color: #82751D;
}
.BgClassName
{
background-color: #82751D;
}
</style>
border-color css
<style>
span { border-color: #82751D; }
span { border-color: rgb(130,117,29); }
td.TdClassName
{
border-color: #82751D;
}
.TagClassName
{
border-color: #82751D;
}
</style>