Shades of Pesto #857C2B
Tints of Pesto #857C2B
RGB
CMYK
RGB Variations
Color information
#857C2B (or 0x857C2B) is known color: Pesto. HEX triplet: 85, 7C and 2B. RGB value is (133,124,43). Sum of RGB (Red+Green+Blue) = 133+124+43=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #857C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C2B is #7A83D4. Grayscale: #757575. Windows color (decimal): -8029141 or 2849925. OLE color: 2849925.
HSL color Cylindrical-coordinate representation of color #857C2B: hue angle of 54º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #857C2B is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 43 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.48 |
| HSL | 54º | 0.51% | 0.35% | - |
| HSV(B) | 54º | 0.68% | 0.52% | - |
| XYZ | 17.32 | 19.58 | 5.15 | - |
| YUV | 117.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 43 | 0 | 0.07 | 0.68 | 0.48 | 54 | 0.51 | 0.35 |
| Hex | 85 | 7C | 2B | 0 | 7 | 44 | 30 | 36 | 33 | 23 |
| Octal | 205 | 174 | 53 | 0 | 7 | 104 | 60 | 66 | 63 | 43 |
| Binary | 10000101 | 1111100 | 101011 | 0 | 111 | 1000100 | 110000 | 110110 | 110011 | 100011 |
Color Harmonies of #857C2B
Complementary color
Monochromatic Colors of #857C2B
Black with #857C2B
Text Example
Text Example
White with #857C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C2B; }
p { color: rgb(133,124,43); }
H1.HeaderClassName
{
color: #857C2B;
}
.AnyTagClassName
{
color: #857C2B;
}
</style>
background-color css
<style>
a { background-color: #857C2B; }
a { background-color: rgb(133,124,43); }
div.DivClassName
{
background-color: #857C2B;
}
.BgClassName
{
background-color: #857C2B;
}
</style>
border-color css
<style>
span { border-color: #857C2B; }
span { border-color: rgb(133,124,43); }
td.TdClassName
{
border-color: #857C2B;
}
.TagClassName
{
border-color: #857C2B;
}
</style>