Shades of Pesto #857A3B
Tints of Pesto #857A3B
RGB
CMYK
RGB Variations
Color information
#857A3B (or 0x857A3B) is known color: Pesto. HEX triplet: 85, 7A and 3B. RGB value is (133,122,59). Sum of RGB (Red+Green+Blue) = 133+122+59=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #857A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A3B is #7A85C4. Grayscale: #767676. Windows color (decimal): -8029637 or 3897989. OLE color: 3897989.
HSL color Cylindrical-coordinate representation of color #857A3B: hue angle of 51.08º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #857A3B is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 59 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.48 |
| HSL | 51.08º | 0.39% | 0.38% | - |
| HSV(B) | 51.08º | 0.56% | 0.52% | - |
| XYZ | 17.42 | 19.22 | 6.93 | - |
| YUV | 118.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 59 | 0 | 0.08 | 0.56 | 0.48 | 51.08 | 0.39 | 0.38 |
| Hex | 85 | 7A | 3B | 0 | 8 | 38 | 30 | 33 | 27 | 26 |
| Octal | 205 | 172 | 73 | 0 | 10 | 70 | 60 | 63 | 47 | 46 |
| Binary | 10000101 | 1111010 | 111011 | 0 | 1000 | 111000 | 110000 | 110011 | 100111 | 100110 |
Color Harmonies of #857A3B
Complementary color
Monochromatic Colors of #857A3B
Black with #857A3B
Text Example
Text Example
White with #857A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A3B; }
p { color: rgb(133,122,59); }
H1.HeaderClassName
{
color: #857A3B;
}
.AnyTagClassName
{
color: #857A3B;
}
</style>
background-color css
<style>
a { background-color: #857A3B; }
a { background-color: rgb(133,122,59); }
div.DivClassName
{
background-color: #857A3B;
}
.BgClassName
{
background-color: #857A3B;
}
</style>
border-color css
<style>
span { border-color: #857A3B; }
span { border-color: rgb(133,122,59); }
td.TdClassName
{
border-color: #857A3B;
}
.TagClassName
{
border-color: #857A3B;
}
</style>