Shades of Pesto #867A25
Tints of Pesto #867A25
RGB
CMYK
RGB Variations
Color information
#867A25 (or 0x867A25) is known color: Pesto. HEX triplet: 86, 7A and 25. RGB value is (134,122,37). Sum of RGB (Red+Green+Blue) = 134+122+37=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #867A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A25 is #7985DA. Grayscale: #747474. Windows color (decimal): -7964123 or 2456198. OLE color: 2456198.
HSL color Cylindrical-coordinate representation of color #867A25: hue angle of 52.58º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #867A25 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 37 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.47 |
| HSL | 52.58º | 0.57% | 0.34% | - |
| HSV(B) | 52.58º | 0.72% | 0.53% | - |
| XYZ | 17.12 | 19.12 | 4.54 | - |
| YUV | 115.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 37 | 0 | 0.09 | 0.72 | 0.47 | 52.58 | 0.57 | 0.34 |
| Hex | 86 | 7A | 25 | 0 | 9 | 48 | 2F | 35 | 39 | 22 |
| Octal | 206 | 172 | 45 | 0 | 11 | 110 | 57 | 65 | 71 | 42 |
| Binary | 10000110 | 1111010 | 100101 | 0 | 1001 | 1001000 | 101111 | 110101 | 111001 | 100010 |
Color Harmonies of #867A25
Complementary color
Monochromatic Colors of #867A25
Black with #867A25
Text Example
Text Example
White with #867A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A25; }
p { color: rgb(134,122,37); }
H1.HeaderClassName
{
color: #867A25;
}
.AnyTagClassName
{
color: #867A25;
}
</style>
background-color css
<style>
a { background-color: #867A25; }
a { background-color: rgb(134,122,37); }
div.DivClassName
{
background-color: #867A25;
}
.BgClassName
{
background-color: #867A25;
}
</style>
border-color css
<style>
span { border-color: #867A25; }
span { border-color: rgb(134,122,37); }
td.TdClassName
{
border-color: #867A25;
}
.TagClassName
{
border-color: #867A25;
}
</style>