Shades of Pesto #857E31
Tints of Pesto #857E31
RGB
CMYK
RGB Variations
Color information
#857E31 (or 0x857E31) is known color: Pesto. HEX triplet: 85, 7E and 31. RGB value is (133,126,49). Sum of RGB (Red+Green+Blue) = 133+126+49=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #857E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E31 is #7A81CE. Grayscale: #777777. Windows color (decimal): -8028623 or 3243653. OLE color: 3243653.
HSL color Cylindrical-coordinate representation of color #857E31: hue angle of 55º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #857E31 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 49 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.48 |
| HSL | 55º | 0.46% | 0.36% | - |
| HSV(B) | 55º | 0.63% | 0.52% | - |
| XYZ | 17.69 | 20.13 | 5.86 | - |
| YUV | 119.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 49 | 0 | 0.05 | 0.63 | 0.48 | 55 | 0.46 | 0.36 |
| Hex | 85 | 7E | 31 | 0 | 5 | 3F | 30 | 37 | 2E | 24 |
| Octal | 205 | 176 | 61 | 0 | 5 | 77 | 60 | 67 | 56 | 44 |
| Binary | 10000101 | 1111110 | 110001 | 0 | 101 | 111111 | 110000 | 110111 | 101110 | 100100 |
Color Harmonies of #857E31
Complementary color
Monochromatic Colors of #857E31
Black with #857E31
Text Example
Text Example
White with #857E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E31; }
p { color: rgb(133,126,49); }
H1.HeaderClassName
{
color: #857E31;
}
.AnyTagClassName
{
color: #857E31;
}
</style>
background-color css
<style>
a { background-color: #857E31; }
a { background-color: rgb(133,126,49); }
div.DivClassName
{
background-color: #857E31;
}
.BgClassName
{
background-color: #857E31;
}
</style>
border-color css
<style>
span { border-color: #857E31; }
span { border-color: rgb(133,126,49); }
td.TdClassName
{
border-color: #857E31;
}
.TagClassName
{
border-color: #857E31;
}
</style>