Shades of Pesto #857E2C
Tints of Pesto #857E2C
RGB
CMYK
RGB Variations
Color information
#857E2C (or 0x857E2C) is known color: Pesto. HEX triplet: 85, 7E and 2C. RGB value is (133,126,44). Sum of RGB (Red+Green+Blue) = 133+126+44=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #857E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E2C is #7A81D3. Grayscale: #777777. Windows color (decimal): -8028628 or 2915973. OLE color: 2915973.
HSL color Cylindrical-coordinate representation of color #857E2C: hue angle of 55.28º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #857E2C is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 44 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.48 |
| HSL | 55.28º | 0.5% | 0.35% | - |
| HSV(B) | 55.28º | 0.67% | 0.52% | - |
| XYZ | 17.59 | 20.09 | 5.33 | - |
| YUV | 118.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 44 | 0 | 0.05 | 0.67 | 0.48 | 55.28 | 0.5 | 0.35 |
| Hex | 85 | 7E | 2C | 0 | 5 | 43 | 30 | 37 | 32 | 23 |
| Octal | 205 | 176 | 54 | 0 | 5 | 103 | 60 | 67 | 62 | 43 |
| Binary | 10000101 | 1111110 | 101100 | 0 | 101 | 1000011 | 110000 | 110111 | 110010 | 100011 |
Color Harmonies of #857E2C
Complementary color
Monochromatic Colors of #857E2C
Black with #857E2C
Text Example
Text Example
White with #857E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E2C; }
p { color: rgb(133,126,44); }
H1.HeaderClassName
{
color: #857E2C;
}
.AnyTagClassName
{
color: #857E2C;
}
</style>
background-color css
<style>
a { background-color: #857E2C; }
a { background-color: rgb(133,126,44); }
div.DivClassName
{
background-color: #857E2C;
}
.BgClassName
{
background-color: #857E2C;
}
</style>
border-color css
<style>
span { border-color: #857E2C; }
span { border-color: rgb(133,126,44); }
td.TdClassName
{
border-color: #857E2C;
}
.TagClassName
{
border-color: #857E2C;
}
</style>