Shades of Pesto #837E2F
Tints of Pesto #837E2F
RGB
CMYK
RGB Variations
Color information
#837E2F (or 0x837E2F) is known color: Pesto. HEX triplet: 83, 7E and 2F. RGB value is (131,126,47). Sum of RGB (Red+Green+Blue) = 131+126+47=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #837E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837E2F is #7C81D0. Grayscale: #767676. Windows color (decimal): -8159697 or 3112579. OLE color: 3112579.
HSL color Cylindrical-coordinate representation of color #837E2F: hue angle of 56.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #837E2F is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 47 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.49 |
| HSL | 56.43º | 0.47% | 0.35% | - |
| HSV(B) | 56.43º | 0.64% | 0.51% | - |
| XYZ | 17.33 | 19.95 | 5.63 | - |
| YUV | 118.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 47 | 0 | 0.04 | 0.64 | 0.49 | 56.43 | 0.47 | 0.35 |
| Hex | 83 | 7E | 2F | 0 | 4 | 40 | 31 | 38 | 2F | 23 |
| Octal | 203 | 176 | 57 | 0 | 4 | 100 | 61 | 70 | 57 | 43 |
| Binary | 10000011 | 1111110 | 101111 | 0 | 100 | 1000000 | 110001 | 111000 | 101111 | 100011 |
Color Harmonies of #837E2F
Complementary color
Monochromatic Colors of #837E2F
Black with #837E2F
Text Example
Text Example
White with #837E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E2F; }
p { color: rgb(131,126,47); }
H1.HeaderClassName
{
color: #837E2F;
}
.AnyTagClassName
{
color: #837E2F;
}
</style>
background-color css
<style>
a { background-color: #837E2F; }
a { background-color: rgb(131,126,47); }
div.DivClassName
{
background-color: #837E2F;
}
.BgClassName
{
background-color: #837E2F;
}
</style>
border-color css
<style>
span { border-color: #837E2F; }
span { border-color: rgb(131,126,47); }
td.TdClassName
{
border-color: #837E2F;
}
.TagClassName
{
border-color: #837E2F;
}
</style>