Shades of Pesto #867B1C
Tints of Pesto #867B1C
RGB
CMYK
RGB Variations
Color information
#867B1C (or 0x867B1C) is known color: Pesto. HEX triplet: 86, 7B and 1C. RGB value is (134,123,28). Sum of RGB (Red+Green+Blue) = 134+123+28=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #867B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B1C is #7984E3. Grayscale: #737373. Windows color (decimal): -7963876 or 1866630. OLE color: 1866630.
HSL color Cylindrical-coordinate representation of color #867B1C: hue angle of 53.77º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #867B1C is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 28 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.47 |
| HSL | 53.77º | 0.65% | 0.32% | - |
| HSV(B) | 53.77º | 0.79% | 0.53% | - |
| XYZ | 17.12 | 19.32 | 3.92 | - |
| YUV | 115.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 28 | 0 | 0.08 | 0.79 | 0.47 | 53.77 | 0.65 | 0.32 |
| Hex | 86 | 7B | 1C | 0 | 8 | 4F | 2F | 36 | 41 | 20 |
| Octal | 206 | 173 | 34 | 0 | 10 | 117 | 57 | 66 | 101 | 40 |
| Binary | 10000110 | 1111011 | 11100 | 0 | 1000 | 1001111 | 101111 | 110110 | 1000001 | 100000 |
Color Harmonies of #867B1C
Complementary color
Monochromatic Colors of #867B1C
Black with #867B1C
Text Example
Text Example
White with #867B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B1C; }
p { color: rgb(134,123,28); }
H1.HeaderClassName
{
color: #867B1C;
}
.AnyTagClassName
{
color: #867B1C;
}
</style>
background-color css
<style>
a { background-color: #867B1C; }
a { background-color: rgb(134,123,28); }
div.DivClassName
{
background-color: #867B1C;
}
.BgClassName
{
background-color: #867B1C;
}
</style>
border-color css
<style>
span { border-color: #867B1C; }
span { border-color: rgb(134,123,28); }
td.TdClassName
{
border-color: #867B1C;
}
.TagClassName
{
border-color: #867B1C;
}
</style>