Shades of Pesto #837D34
Tints of Pesto #837D34
RGB
CMYK
RGB Variations
Color information
#837D34 (or 0x837D34) is known color: Pesto. HEX triplet: 83, 7D and 34. RGB value is (131,125,52). Sum of RGB (Red+Green+Blue) = 131+125+52=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #837D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837D34 is #7C82CB. Grayscale: #767676. Windows color (decimal): -8159948 or 3440003. OLE color: 3440003.
HSL color Cylindrical-coordinate representation of color #837D34: hue angle of 55.44º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #837D34 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 125 | 52 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.49 |
| HSL | 55.44º | 0.43% | 0.36% | - |
| HSV(B) | 55.44º | 0.6% | 0.51% | - |
| XYZ | 17.31 | 19.74 | 6.15 | - |
| YUV | 118.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 52 | 0 | 0.05 | 0.60 | 0.49 | 55.44 | 0.43 | 0.36 |
| Hex | 83 | 7D | 34 | 0 | 5 | 3C | 31 | 37 | 2B | 24 |
| Octal | 203 | 175 | 64 | 0 | 5 | 74 | 61 | 67 | 53 | 44 |
| Binary | 10000011 | 1111101 | 110100 | 0 | 101 | 111100 | 110001 | 110111 | 101011 | 100100 |
Color Harmonies of #837D34
Complementary color
Monochromatic Colors of #837D34
Black with #837D34
Text Example
Text Example
White with #837D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D34; }
p { color: rgb(131,125,52); }
H1.HeaderClassName
{
color: #837D34;
}
.AnyTagClassName
{
color: #837D34;
}
</style>
background-color css
<style>
a { background-color: #837D34; }
a { background-color: rgb(131,125,52); }
div.DivClassName
{
background-color: #837D34;
}
.BgClassName
{
background-color: #837D34;
}
</style>
border-color css
<style>
span { border-color: #837D34; }
span { border-color: rgb(131,125,52); }
td.TdClassName
{
border-color: #837D34;
}
.TagClassName
{
border-color: #837D34;
}
</style>