Shades of Pesto #827E36
Tints of Pesto #827E36
RGB
CMYK
RGB Variations
Color information
#827E36 (or 0x827E36) is known color: Pesto. HEX triplet: 82, 7E and 36. RGB value is (130,126,54). Sum of RGB (Red+Green+Blue) = 130+126+54=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #827E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E36 is #7D81C9. Grayscale: #777777. Windows color (decimal): -8225226 or 3571330. OLE color: 3571330.
HSL color Cylindrical-coordinate representation of color #827E36: hue angle of 56.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #827E36 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 54 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.49 |
| HSL | 56.84º | 0.41% | 0.36% | - |
| HSV(B) | 56.84º | 0.58% | 0.51% | - |
| XYZ | 17.33 | 19.93 | 6.42 | - |
| YUV | 118.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 54 | 0 | 0.03 | 0.58 | 0.49 | 56.84 | 0.41 | 0.36 |
| Hex | 82 | 7E | 36 | 0 | 3 | 3A | 31 | 39 | 29 | 24 |
| Octal | 202 | 176 | 66 | 0 | 3 | 72 | 61 | 71 | 51 | 44 |
| Binary | 10000010 | 1111110 | 110110 | 0 | 11 | 111010 | 110001 | 111001 | 101001 | 100100 |
Color Harmonies of #827E36
Complementary color
Monochromatic Colors of #827E36
Black with #827E36
Text Example
Text Example
White with #827E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E36; }
p { color: rgb(130,126,54); }
H1.HeaderClassName
{
color: #827E36;
}
.AnyTagClassName
{
color: #827E36;
}
</style>
background-color css
<style>
a { background-color: #827E36; }
a { background-color: rgb(130,126,54); }
div.DivClassName
{
background-color: #827E36;
}
.BgClassName
{
background-color: #827E36;
}
</style>
border-color css
<style>
span { border-color: #827E36; }
span { border-color: rgb(130,126,54); }
td.TdClassName
{
border-color: #827E36;
}
.TagClassName
{
border-color: #827E36;
}
</style>