Shades of Pesto #837E2E
Tints of Pesto #837E2E
RGB
CMYK
RGB Variations
Color information
#837E2E (or 0x837E2E) is known color: Pesto. HEX triplet: 83, 7E and 2E. RGB value is (131,126,46). Sum of RGB (Red+Green+Blue) = 131+126+46=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #837E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837E2E is #7C81D1. Grayscale: #767676. Windows color (decimal): -8159698 or 3047043. OLE color: 3047043.
HSL color Cylindrical-coordinate representation of color #837E2E: hue angle of 56.47º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #837E2E is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 46 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.49 |
| HSL | 56.47º | 0.48% | 0.35% | - |
| HSV(B) | 56.47º | 0.65% | 0.51% | - |
| XYZ | 17.31 | 19.94 | 5.52 | - |
| YUV | 118.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 46 | 0 | 0.04 | 0.65 | 0.49 | 56.47 | 0.48 | 0.35 |
| Hex | 83 | 7E | 2E | 0 | 4 | 41 | 31 | 38 | 30 | 23 |
| Octal | 203 | 176 | 56 | 0 | 4 | 101 | 61 | 70 | 60 | 43 |
| Binary | 10000011 | 1111110 | 101110 | 0 | 100 | 1000001 | 110001 | 111000 | 110000 | 100011 |
Color Harmonies of #837E2E
Complementary color
Monochromatic Colors of #837E2E
Black with #837E2E
Text Example
Text Example
White with #837E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E2E; }
p { color: rgb(131,126,46); }
H1.HeaderClassName
{
color: #837E2E;
}
.AnyTagClassName
{
color: #837E2E;
}
</style>
background-color css
<style>
a { background-color: #837E2E; }
a { background-color: rgb(131,126,46); }
div.DivClassName
{
background-color: #837E2E;
}
.BgClassName
{
background-color: #837E2E;
}
</style>
border-color css
<style>
span { border-color: #837E2E; }
span { border-color: rgb(131,126,46); }
td.TdClassName
{
border-color: #837E2E;
}
.TagClassName
{
border-color: #837E2E;
}
</style>