Shades of Pesto #827E32
Tints of Pesto #827E32
RGB
CMYK
RGB Variations
Color information
#827E32 (or 0x827E32) is known color: Pesto. HEX triplet: 82, 7E and 32. RGB value is (130,126,50). Sum of RGB (Red+Green+Blue) = 130+126+50=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #827E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E32 is #7D81CD. Grayscale: #767676. Windows color (decimal): -8225230 or 3309186. OLE color: 3309186.
HSL color Cylindrical-coordinate representation of color #827E32: hue angle of 57º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #827E32 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 50 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.49 |
| HSL | 57º | 0.44% | 0.35% | - |
| HSV(B) | 57º | 0.62% | 0.51% | - |
| XYZ | 17.24 | 19.9 | 5.95 | - |
| YUV | 118.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 50 | 0 | 0.03 | 0.62 | 0.49 | 57 | 0.44 | 0.35 |
| Hex | 82 | 7E | 32 | 0 | 3 | 3E | 31 | 39 | 2C | 23 |
| Octal | 202 | 176 | 62 | 0 | 3 | 76 | 61 | 71 | 54 | 43 |
| Binary | 10000010 | 1111110 | 110010 | 0 | 11 | 111110 | 110001 | 111001 | 101100 | 100011 |
Color Harmonies of #827E32
Complementary color
Monochromatic Colors of #827E32
Black with #827E32
Text Example
Text Example
White with #827E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E32; }
p { color: rgb(130,126,50); }
H1.HeaderClassName
{
color: #827E32;
}
.AnyTagClassName
{
color: #827E32;
}
</style>
background-color css
<style>
a { background-color: #827E32; }
a { background-color: rgb(130,126,50); }
div.DivClassName
{
background-color: #827E32;
}
.BgClassName
{
background-color: #827E32;
}
</style>
border-color css
<style>
span { border-color: #827E32; }
span { border-color: rgb(130,126,50); }
td.TdClassName
{
border-color: #827E32;
}
.TagClassName
{
border-color: #827E32;
}
</style>