Shades of Pesto #86792A
Tints of Pesto #86792A
RGB
CMYK
RGB Variations
Color information
#86792A (or 0x86792A) is known color: Pesto. HEX triplet: 86, 79 and 2A. RGB value is (134,121,42). Sum of RGB (Red+Green+Blue) = 134+121+42=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86792A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86792A is #7986D5. Grayscale: #747474. Windows color (decimal): -7964374 or 2783622. OLE color: 2783622.
HSL color Cylindrical-coordinate representation of color #86792A: hue angle of 51.52º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86792A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 121 | 42 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.47 |
| HSL | 51.52º | 0.52% | 0.35% | - |
| HSV(B) | 51.52º | 0.69% | 0.53% | - |
| XYZ | 17.09 | 18.91 | 4.94 | - |
| YUV | 115.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 42 | 0 | 0.10 | 0.69 | 0.47 | 51.52 | 0.52 | 0.35 |
| Hex | 86 | 79 | 2A | 0 | A | 45 | 2F | 34 | 34 | 23 |
| Octal | 206 | 171 | 52 | 0 | 12 | 105 | 57 | 64 | 64 | 43 |
| Binary | 10000110 | 1111001 | 101010 | 0 | 1010 | 1000101 | 101111 | 110100 | 110100 | 100011 |
Color Harmonies of #86792A
Complementary color
Monochromatic Colors of #86792A
Black with #86792A
Text Example
Text Example
White with #86792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86792A; }
p { color: rgb(134,121,42); }
H1.HeaderClassName
{
color: #86792A;
}
.AnyTagClassName
{
color: #86792A;
}
</style>
background-color css
<style>
a { background-color: #86792A; }
a { background-color: rgb(134,121,42); }
div.DivClassName
{
background-color: #86792A;
}
.BgClassName
{
background-color: #86792A;
}
</style>
border-color css
<style>
span { border-color: #86792A; }
span { border-color: rgb(134,121,42); }
td.TdClassName
{
border-color: #86792A;
}
.TagClassName
{
border-color: #86792A;
}
</style>