Shades of Pesto #867D29
Tints of Pesto #867D29
RGB
CMYK
RGB Variations
Color information
#867D29 (or 0x867D29) is known color: Pesto. HEX triplet: 86, 7D and 29. RGB value is (134,125,41). Sum of RGB (Red+Green+Blue) = 134+125+41=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #867D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D29 is #7982D6. Grayscale: #767676. Windows color (decimal): -7963351 or 2719110. OLE color: 2719110.
HSL color Cylindrical-coordinate representation of color #867D29: hue angle of 54.19º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #867D29 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 41 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.47 |
| HSL | 54.19º | 0.53% | 0.34% | - |
| HSV(B) | 54.19º | 0.69% | 0.53% | - |
| XYZ | 17.57 | 19.9 | 5.01 | - |
| YUV | 118.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 41 | 0 | 0.07 | 0.69 | 0.47 | 54.19 | 0.53 | 0.34 |
| Hex | 86 | 7D | 29 | 0 | 7 | 45 | 2F | 36 | 35 | 22 |
| Octal | 206 | 175 | 51 | 0 | 7 | 105 | 57 | 66 | 65 | 42 |
| Binary | 10000110 | 1111101 | 101001 | 0 | 111 | 1000101 | 101111 | 110110 | 110101 | 100010 |
Color Harmonies of #867D29
Complementary color
Monochromatic Colors of #867D29
Black with #867D29
Text Example
Text Example
White with #867D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D29; }
p { color: rgb(134,125,41); }
H1.HeaderClassName
{
color: #867D29;
}
.AnyTagClassName
{
color: #867D29;
}
</style>
background-color css
<style>
a { background-color: #867D29; }
a { background-color: rgb(134,125,41); }
div.DivClassName
{
background-color: #867D29;
}
.BgClassName
{
background-color: #867D29;
}
</style>
border-color css
<style>
span { border-color: #867D29; }
span { border-color: rgb(134,125,41); }
td.TdClassName
{
border-color: #867D29;
}
.TagClassName
{
border-color: #867D29;
}
</style>