Shades of Pesto #857A39
Tints of Pesto #857A39
RGB
CMYK
RGB Variations
Color information
#857A39 (or 0x857A39) is known color: Pesto. HEX triplet: 85, 7A and 39. RGB value is (133,122,57). Sum of RGB (Red+Green+Blue) = 133+122+57=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #857A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A39 is #7A85C6. Grayscale: #767676. Windows color (decimal): -8029639 or 3766917. OLE color: 3766917.
HSL color Cylindrical-coordinate representation of color #857A39: hue angle of 51.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #857A39 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 57 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.48 |
| HSL | 51.32º | 0.4% | 0.37% | - |
| HSV(B) | 51.32º | 0.57% | 0.52% | - |
| XYZ | 17.37 | 19.2 | 6.66 | - |
| YUV | 117.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 57 | 0 | 0.08 | 0.57 | 0.48 | 51.32 | 0.4 | 0.37 |
| Hex | 85 | 7A | 39 | 0 | 8 | 39 | 30 | 33 | 28 | 25 |
| Octal | 205 | 172 | 71 | 0 | 10 | 71 | 60 | 63 | 50 | 45 |
| Binary | 10000101 | 1111010 | 111001 | 0 | 1000 | 111001 | 110000 | 110011 | 101000 | 100101 |
Color Harmonies of #857A39
Complementary color
Monochromatic Colors of #857A39
Black with #857A39
Text Example
Text Example
White with #857A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A39; }
p { color: rgb(133,122,57); }
H1.HeaderClassName
{
color: #857A39;
}
.AnyTagClassName
{
color: #857A39;
}
</style>
background-color css
<style>
a { background-color: #857A39; }
a { background-color: rgb(133,122,57); }
div.DivClassName
{
background-color: #857A39;
}
.BgClassName
{
background-color: #857A39;
}
</style>
border-color css
<style>
span { border-color: #857A39; }
span { border-color: rgb(133,122,57); }
td.TdClassName
{
border-color: #857A39;
}
.TagClassName
{
border-color: #857A39;
}
</style>