Shades of Pesto #857C27
Tints of Pesto #857C27
RGB
CMYK
RGB Variations
Color information
#857C27 (or 0x857C27) is known color: Pesto. HEX triplet: 85, 7C and 27. RGB value is (133,124,39). Sum of RGB (Red+Green+Blue) = 133+124+39=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #857C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C27 is #7A83D8. Grayscale: #757575. Windows color (decimal): -8029145 or 2587781. OLE color: 2587781.
HSL color Cylindrical-coordinate representation of color #857C27: hue angle of 54.26º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #857C27 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 39 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.48 |
| HSL | 54.26º | 0.55% | 0.34% | - |
| HSV(B) | 54.26º | 0.71% | 0.52% | - |
| XYZ | 17.25 | 19.55 | 4.78 | - |
| YUV | 117 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 39 | 0 | 0.07 | 0.71 | 0.48 | 54.26 | 0.55 | 0.34 |
| Hex | 85 | 7C | 27 | 0 | 7 | 47 | 30 | 36 | 37 | 22 |
| Octal | 205 | 174 | 47 | 0 | 7 | 107 | 60 | 66 | 67 | 42 |
| Binary | 10000101 | 1111100 | 100111 | 0 | 111 | 1000111 | 110000 | 110110 | 110111 | 100010 |
Color Harmonies of #857C27
Complementary color
Monochromatic Colors of #857C27
Black with #857C27
Text Example
Text Example
White with #857C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C27; }
p { color: rgb(133,124,39); }
H1.HeaderClassName
{
color: #857C27;
}
.AnyTagClassName
{
color: #857C27;
}
</style>
background-color css
<style>
a { background-color: #857C27; }
a { background-color: rgb(133,124,39); }
div.DivClassName
{
background-color: #857C27;
}
.BgClassName
{
background-color: #857C27;
}
</style>
border-color css
<style>
span { border-color: #857C27; }
span { border-color: rgb(133,124,39); }
td.TdClassName
{
border-color: #857C27;
}
.TagClassName
{
border-color: #857C27;
}
</style>