Shades of Pesto #82753B
Tints of Pesto #82753B
RGB
CMYK
RGB Variations
Color information
#82753B (or 0x82753B) is known color: Pesto. HEX triplet: 82, 75 and 3B. RGB value is (130,117,59). Sum of RGB (Red+Green+Blue) = 130+117+59=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82753B is #7D8AC4. Grayscale: #727272. Windows color (decimal): -8227525 or 3896706. OLE color: 3896706.
HSL color Cylindrical-coordinate representation of color #82753B: hue angle of 49.01º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82753B is Cyan = 0, Magento = 0.1, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 59 | - |
| CMYK | 0 | 0.1 | 0.55 | 0.49 |
| HSL | 49.01º | 0.38% | 0.37% | - |
| HSV(B) | 49.01º | 0.55% | 0.51% | - |
| XYZ | 16.36 | 17.78 | 6.71 | - |
| YUV | 114.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 59 | 0 | 0.1 | 0.55 | 0.49 | 49.01 | 0.38 | 0.37 |
| Hex | 82 | 75 | 3B | 0 | A | 37 | 31 | 31 | 26 | 25 |
| Octal | 202 | 165 | 73 | 0 | 12 | 67 | 61 | 61 | 46 | 45 |
| Binary | 10000010 | 1110101 | 111011 | 0 | 1010 | 110111 | 110001 | 110001 | 100110 | 100101 |
Color Harmonies of #82753B
Complementary color
Monochromatic Colors of #82753B
Black with #82753B
Text Example
Text Example
White with #82753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82753B; }
p { color: rgb(130,117,59); }
H1.HeaderClassName
{
color: #82753B;
}
.AnyTagClassName
{
color: #82753B;
}
</style>
background-color css
<style>
a { background-color: #82753B; }
a { background-color: rgb(130,117,59); }
div.DivClassName
{
background-color: #82753B;
}
.BgClassName
{
background-color: #82753B;
}
</style>
border-color css
<style>
span { border-color: #82753B; }
span { border-color: rgb(130,117,59); }
td.TdClassName
{
border-color: #82753B;
}
.TagClassName
{
border-color: #82753B;
}
</style>