Shades of Pesto #817C29
Tints of Pesto #817C29
RGB
CMYK
RGB Variations
Color information
#817C29 (or 0x817C29) is known color: Pesto. HEX triplet: 81, 7C and 29. RGB value is (129,124,41). Sum of RGB (Red+Green+Blue) = 129+124+41=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #817C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C29 is #7E83D6. Grayscale: #747474. Windows color (decimal): -8291287 or 2718849. OLE color: 2718849.
HSL color Cylindrical-coordinate representation of color #817C29: hue angle of 56.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #817C29 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 41 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.49 |
| HSL | 56.59º | 0.52% | 0.33% | - |
| HSV(B) | 56.59º | 0.68% | 0.51% | - |
| XYZ | 16.66 | 19.24 | 4.93 | - |
| YUV | 116.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 41 | 0 | 0.04 | 0.68 | 0.49 | 56.59 | 0.52 | 0.33 |
| Hex | 81 | 7C | 29 | 0 | 4 | 44 | 31 | 39 | 34 | 21 |
| Octal | 201 | 174 | 51 | 0 | 4 | 104 | 61 | 71 | 64 | 41 |
| Binary | 10000001 | 1111100 | 101001 | 0 | 100 | 1000100 | 110001 | 111001 | 110100 | 100001 |
Color Harmonies of #817C29
Complementary color
Monochromatic Colors of #817C29
Black with #817C29
Text Example
Text Example
White with #817C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C29; }
p { color: rgb(129,124,41); }
H1.HeaderClassName
{
color: #817C29;
}
.AnyTagClassName
{
color: #817C29;
}
</style>
background-color css
<style>
a { background-color: #817C29; }
a { background-color: rgb(129,124,41); }
div.DivClassName
{
background-color: #817C29;
}
.BgClassName
{
background-color: #817C29;
}
</style>
border-color css
<style>
span { border-color: #817C29; }
span { border-color: rgb(129,124,41); }
td.TdClassName
{
border-color: #817C29;
}
.TagClassName
{
border-color: #817C29;
}
</style>