Shades of Pesto #867A1D
Tints of Pesto #867A1D
RGB
CMYK
RGB Variations
Color information
#867A1D (or 0x867A1D) is known color: Pesto. HEX triplet: 86, 7A and 1D. RGB value is (134,122,29). Sum of RGB (Red+Green+Blue) = 134+122+29=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #867A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A1D is #7985E2. Grayscale: #737373. Windows color (decimal): -7964131 or 1931910. OLE color: 1931910.
HSL color Cylindrical-coordinate representation of color #867A1D: hue angle of 53.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #867A1D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 29 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.47 |
| HSL | 53.14º | 0.64% | 0.32% | - |
| HSV(B) | 53.14º | 0.78% | 0.53% | - |
| XYZ | 17.01 | 19.08 | 3.95 | - |
| YUV | 114.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 29 | 0 | 0.09 | 0.78 | 0.47 | 53.14 | 0.64 | 0.32 |
| Hex | 86 | 7A | 1D | 0 | 9 | 4E | 2F | 35 | 40 | 20 |
| Octal | 206 | 172 | 35 | 0 | 11 | 116 | 57 | 65 | 100 | 40 |
| Binary | 10000110 | 1111010 | 11101 | 0 | 1001 | 1001110 | 101111 | 110101 | 1000000 | 100000 |
Color Harmonies of #867A1D
Complementary color
Monochromatic Colors of #867A1D
Black with #867A1D
Text Example
Text Example
White with #867A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A1D; }
p { color: rgb(134,122,29); }
H1.HeaderClassName
{
color: #867A1D;
}
.AnyTagClassName
{
color: #867A1D;
}
</style>
background-color css
<style>
a { background-color: #867A1D; }
a { background-color: rgb(134,122,29); }
div.DivClassName
{
background-color: #867A1D;
}
.BgClassName
{
background-color: #867A1D;
}
</style>
border-color css
<style>
span { border-color: #867A1D; }
span { border-color: rgb(134,122,29); }
td.TdClassName
{
border-color: #867A1D;
}
.TagClassName
{
border-color: #867A1D;
}
</style>