Shades of Pesto #867C35
Tints of Pesto #867C35
RGB
CMYK
RGB Variations
Color information
#867C35 (or 0x867C35) is known color: Pesto. HEX triplet: 86, 7C and 35. RGB value is (134,124,53). Sum of RGB (Red+Green+Blue) = 134+124+53=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #867C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C35 is #7983CA. Grayscale: #777777. Windows color (decimal): -7963595 or 3505286. OLE color: 3505286.
HSL color Cylindrical-coordinate representation of color #867C35: hue angle of 52.59º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #867C35 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 53 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.47 |
| HSL | 52.59º | 0.43% | 0.37% | - |
| HSV(B) | 52.59º | 0.6% | 0.53% | - |
| XYZ | 17.68 | 19.74 | 6.25 | - |
| YUV | 118.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 53 | 0 | 0.07 | 0.60 | 0.47 | 52.59 | 0.43 | 0.37 |
| Hex | 86 | 7C | 35 | 0 | 7 | 3C | 2F | 35 | 2B | 25 |
| Octal | 206 | 174 | 65 | 0 | 7 | 74 | 57 | 65 | 53 | 45 |
| Binary | 10000110 | 1111100 | 110101 | 0 | 111 | 111100 | 101111 | 110101 | 101011 | 100101 |
Color Harmonies of #867C35
Complementary color
Monochromatic Colors of #867C35
Black with #867C35
Text Example
Text Example
White with #867C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C35; }
p { color: rgb(134,124,53); }
H1.HeaderClassName
{
color: #867C35;
}
.AnyTagClassName
{
color: #867C35;
}
</style>
background-color css
<style>
a { background-color: #867C35; }
a { background-color: rgb(134,124,53); }
div.DivClassName
{
background-color: #867C35;
}
.BgClassName
{
background-color: #867C35;
}
</style>
border-color css
<style>
span { border-color: #867C35; }
span { border-color: rgb(134,124,53); }
td.TdClassName
{
border-color: #867C35;
}
.TagClassName
{
border-color: #867C35;
}
</style>