Shades of Pesto #83732C
Tints of Pesto #83732C
RGB
CMYK
RGB Variations
Color information
#83732C (or 0x83732C) is known color: Pesto. HEX triplet: 83, 73 and 2C. RGB value is (131,115,44). Sum of RGB (Red+Green+Blue) = 131+115+44=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83732C is #7C8CD3. Grayscale: #6F6F6F. Windows color (decimal): -8162516 or 2913155. OLE color: 2913155.
HSL color Cylindrical-coordinate representation of color #83732C: hue angle of 48.97º 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 #83732C is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 115 | 44 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.49 |
| HSL | 48.97º | 0.5% | 0.34% | - |
| HSV(B) | 48.97º | 0.66% | 0.51% | - |
| XYZ | 15.95 | 17.27 | 4.88 | - |
| YUV | 111.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 44 | 0 | 0.12 | 0.66 | 0.49 | 48.97 | 0.5 | 0.34 |
| Hex | 83 | 73 | 2C | 0 | C | 42 | 31 | 31 | 32 | 22 |
| Octal | 203 | 163 | 54 | 0 | 14 | 102 | 61 | 61 | 62 | 42 |
| Binary | 10000011 | 1110011 | 101100 | 0 | 1100 | 1000010 | 110001 | 110001 | 110010 | 100010 |
Color Harmonies of #83732C
Complementary color
Monochromatic Colors of #83732C
Black with #83732C
Text Example
Text Example
White with #83732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83732C; }
p { color: rgb(131,115,44); }
H1.HeaderClassName
{
color: #83732C;
}
.AnyTagClassName
{
color: #83732C;
}
</style>
background-color css
<style>
a { background-color: #83732C; }
a { background-color: rgb(131,115,44); }
div.DivClassName
{
background-color: #83732C;
}
.BgClassName
{
background-color: #83732C;
}
</style>
border-color css
<style>
span { border-color: #83732C; }
span { border-color: rgb(131,115,44); }
td.TdClassName
{
border-color: #83732C;
}
.TagClassName
{
border-color: #83732C;
}
</style>