Shades of Pesto #817A31
Tints of Pesto #817A31
RGB
CMYK
RGB Variations
Color information
#817A31 (or 0x817A31) is known color: Pesto. HEX triplet: 81, 7A and 31. RGB value is (129,122,49). Sum of RGB (Red+Green+Blue) = 129+122+49=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #817A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817A31 is #7E85CE. Grayscale: #747474. Windows color (decimal): -8291791 or 3242625. OLE color: 3242625.
HSL color Cylindrical-coordinate representation of color #817A31: hue angle of 54.75º degrees, saturation: 0.45, 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 #817A31 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 49 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.49 |
| HSL | 54.75º | 0.45% | 0.35% | - |
| HSV(B) | 54.75º | 0.62% | 0.51% | - |
| XYZ | 16.57 | 18.81 | 5.66 | - |
| YUV | 115.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 49 | 0 | 0.05 | 0.62 | 0.49 | 54.75 | 0.45 | 0.35 |
| Hex | 81 | 7A | 31 | 0 | 5 | 3E | 31 | 37 | 2D | 23 |
| Octal | 201 | 172 | 61 | 0 | 5 | 76 | 61 | 67 | 55 | 43 |
| Binary | 10000001 | 1111010 | 110001 | 0 | 101 | 111110 | 110001 | 110111 | 101101 | 100011 |
Color Harmonies of #817A31
Complementary color
Monochromatic Colors of #817A31
Black with #817A31
Text Example
Text Example
White with #817A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A31; }
p { color: rgb(129,122,49); }
H1.HeaderClassName
{
color: #817A31;
}
.AnyTagClassName
{
color: #817A31;
}
</style>
background-color css
<style>
a { background-color: #817A31; }
a { background-color: rgb(129,122,49); }
div.DivClassName
{
background-color: #817A31;
}
.BgClassName
{
background-color: #817A31;
}
</style>
border-color css
<style>
span { border-color: #817A31; }
span { border-color: rgb(129,122,49); }
td.TdClassName
{
border-color: #817A31;
}
.TagClassName
{
border-color: #817A31;
}
</style>