Shades of Pesto #857C2D
Tints of Pesto #857C2D
RGB
CMYK
RGB Variations
Color information
#857C2D (or 0x857C2D) is known color: Pesto. HEX triplet: 85, 7C and 2D. RGB value is (133,124,45). Sum of RGB (Red+Green+Blue) = 133+124+45=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #857C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C2D is #7A83D2. Grayscale: #767676. Windows color (decimal): -8029139 or 2980997. OLE color: 2980997.
HSL color Cylindrical-coordinate representation of color #857C2D: hue angle of 53.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #857C2D is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 45 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.48 |
| HSL | 53.86º | 0.49% | 0.35% | - |
| HSV(B) | 53.86º | 0.66% | 0.52% | - |
| XYZ | 17.35 | 19.59 | 5.35 | - |
| YUV | 117.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 45 | 0 | 0.07 | 0.66 | 0.48 | 53.86 | 0.49 | 0.35 |
| Hex | 85 | 7C | 2D | 0 | 7 | 42 | 30 | 36 | 31 | 23 |
| Octal | 205 | 174 | 55 | 0 | 7 | 102 | 60 | 66 | 61 | 43 |
| Binary | 10000101 | 1111100 | 101101 | 0 | 111 | 1000010 | 110000 | 110110 | 110001 | 100011 |
Color Harmonies of #857C2D
Complementary color
Monochromatic Colors of #857C2D
Black with #857C2D
Text Example
Text Example
White with #857C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C2D; }
p { color: rgb(133,124,45); }
H1.HeaderClassName
{
color: #857C2D;
}
.AnyTagClassName
{
color: #857C2D;
}
</style>
background-color css
<style>
a { background-color: #857C2D; }
a { background-color: rgb(133,124,45); }
div.DivClassName
{
background-color: #857C2D;
}
.BgClassName
{
background-color: #857C2D;
}
</style>
border-color css
<style>
span { border-color: #857C2D; }
span { border-color: rgb(133,124,45); }
td.TdClassName
{
border-color: #857C2D;
}
.TagClassName
{
border-color: #857C2D;
}
</style>