Shades of Pesto #837E30
Tints of Pesto #837E30
RGB
CMYK
RGB Variations
Color information
#837E30 (or 0x837E30) is known color: Pesto. HEX triplet: 83, 7E and 30. RGB value is (131,126,48). Sum of RGB (Red+Green+Blue) = 131+126+48=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #837E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837E30 is #7C81CF. Grayscale: #767676. Windows color (decimal): -8159696 or 3178115. OLE color: 3178115.
HSL color Cylindrical-coordinate representation of color #837E30: hue angle of 56.39º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #837E30 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 48 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.49 |
| HSL | 56.39º | 0.46% | 0.35% | - |
| HSV(B) | 56.39º | 0.63% | 0.51% | - |
| XYZ | 17.35 | 19.96 | 5.73 | - |
| YUV | 118.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 48 | 0 | 0.04 | 0.63 | 0.49 | 56.39 | 0.46 | 0.35 |
| Hex | 83 | 7E | 30 | 0 | 4 | 3F | 31 | 38 | 2E | 23 |
| Octal | 203 | 176 | 60 | 0 | 4 | 77 | 61 | 70 | 56 | 43 |
| Binary | 10000011 | 1111110 | 110000 | 0 | 100 | 111111 | 110001 | 111000 | 101110 | 100011 |
Color Harmonies of #837E30
Complementary color
Monochromatic Colors of #837E30
Black with #837E30
Text Example
Text Example
White with #837E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E30; }
p { color: rgb(131,126,48); }
H1.HeaderClassName
{
color: #837E30;
}
.AnyTagClassName
{
color: #837E30;
}
</style>
background-color css
<style>
a { background-color: #837E30; }
a { background-color: rgb(131,126,48); }
div.DivClassName
{
background-color: #837E30;
}
.BgClassName
{
background-color: #837E30;
}
</style>
border-color css
<style>
span { border-color: #837E30; }
span { border-color: rgb(131,126,48); }
td.TdClassName
{
border-color: #837E30;
}
.TagClassName
{
border-color: #837E30;
}
</style>