Shades of Pesto #817C28
Tints of Pesto #817C28
RGB
CMYK
RGB Variations
Color information
#817C28 (or 0x817C28) is known color: Pesto. HEX triplet: 81, 7C and 28. RGB value is (129,124,40). Sum of RGB (Red+Green+Blue) = 129+124+40=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #817C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C28 is #7E83D7. Grayscale: #747474. Windows color (decimal): -8291288 or 2653313. OLE color: 2653313.
HSL color Cylindrical-coordinate representation of color #817C28: hue angle of 56.63º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #817C28 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 40 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.49 |
| HSL | 56.63º | 0.53% | 0.33% | - |
| HSV(B) | 56.63º | 0.69% | 0.51% | - |
| XYZ | 16.64 | 19.24 | 4.84 | - |
| YUV | 115.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 40 | 0 | 0.04 | 0.69 | 0.49 | 56.63 | 0.53 | 0.33 |
| Hex | 81 | 7C | 28 | 0 | 4 | 45 | 31 | 39 | 35 | 21 |
| Octal | 201 | 174 | 50 | 0 | 4 | 105 | 61 | 71 | 65 | 41 |
| Binary | 10000001 | 1111100 | 101000 | 0 | 100 | 1000101 | 110001 | 111001 | 110101 | 100001 |
Color Harmonies of #817C28
Complementary color
Monochromatic Colors of #817C28
Black with #817C28
Text Example
Text Example
White with #817C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C28; }
p { color: rgb(129,124,40); }
H1.HeaderClassName
{
color: #817C28;
}
.AnyTagClassName
{
color: #817C28;
}
</style>
background-color css
<style>
a { background-color: #817C28; }
a { background-color: rgb(129,124,40); }
div.DivClassName
{
background-color: #817C28;
}
.BgClassName
{
background-color: #817C28;
}
</style>
border-color css
<style>
span { border-color: #817C28; }
span { border-color: rgb(129,124,40); }
td.TdClassName
{
border-color: #817C28;
}
.TagClassName
{
border-color: #817C28;
}
</style>