Shades of Pesto #837B2C
Tints of Pesto #837B2C
RGB
CMYK
RGB Variations
Color information
#837B2C (or 0x837B2C) is known color: Pesto. HEX triplet: 83, 7B and 2C. RGB value is (131,123,44). Sum of RGB (Red+Green+Blue) = 131+123+44=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #837B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837B2C is #7C84D3. Grayscale: #747474. Windows color (decimal): -8160468 or 2915203. OLE color: 2915203.
HSL color Cylindrical-coordinate representation of color #837B2C: hue angle of 54.48º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #837B2C is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 123 | 44 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.49 |
| HSL | 54.48º | 0.5% | 0.34% | - |
| HSV(B) | 54.48º | 0.66% | 0.51% | - |
| XYZ | 16.9 | 19.17 | 5.19 | - |
| YUV | 116.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 123 | 44 | 0 | 0.06 | 0.66 | 0.49 | 54.48 | 0.5 | 0.34 |
| Hex | 83 | 7B | 2C | 0 | 6 | 42 | 31 | 36 | 32 | 22 |
| Octal | 203 | 173 | 54 | 0 | 6 | 102 | 61 | 66 | 62 | 42 |
| Binary | 10000011 | 1111011 | 101100 | 0 | 110 | 1000010 | 110001 | 110110 | 110010 | 100010 |
Color Harmonies of #837B2C
Complementary color
Monochromatic Colors of #837B2C
Black with #837B2C
Text Example
Text Example
White with #837B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837B2C; }
p { color: rgb(131,123,44); }
H1.HeaderClassName
{
color: #837B2C;
}
.AnyTagClassName
{
color: #837B2C;
}
</style>
background-color css
<style>
a { background-color: #837B2C; }
a { background-color: rgb(131,123,44); }
div.DivClassName
{
background-color: #837B2C;
}
.BgClassName
{
background-color: #837B2C;
}
</style>
border-color css
<style>
span { border-color: #837B2C; }
span { border-color: rgb(131,123,44); }
td.TdClassName
{
border-color: #837B2C;
}
.TagClassName
{
border-color: #837B2C;
}
</style>