Shades of Pesto #83792D
Tints of Pesto #83792D
RGB
CMYK
RGB Variations
Color information
#83792D (or 0x83792D) is known color: Pesto. HEX triplet: 83, 79 and 2D. RGB value is (131,121,45). Sum of RGB (Red+Green+Blue) = 131+121+45=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #83792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83792D is #7C86D2. Grayscale: #737373. Windows color (decimal): -8160979 or 2980227. OLE color: 2980227.
HSL color Cylindrical-coordinate representation of color #83792D: hue angle of 53.02º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83792D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 121 | 45 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.49 |
| HSL | 53.02º | 0.49% | 0.35% | - |
| HSV(B) | 53.02º | 0.66% | 0.51% | - |
| XYZ | 16.67 | 18.69 | 5.21 | - |
| YUV | 115.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 45 | 0 | 0.08 | 0.66 | 0.49 | 53.02 | 0.49 | 0.35 |
| Hex | 83 | 79 | 2D | 0 | 8 | 42 | 31 | 35 | 31 | 23 |
| Octal | 203 | 171 | 55 | 0 | 10 | 102 | 61 | 65 | 61 | 43 |
| Binary | 10000011 | 1111001 | 101101 | 0 | 1000 | 1000010 | 110001 | 110101 | 110001 | 100011 |
Color Harmonies of #83792D
Complementary color
Monochromatic Colors of #83792D
Black with #83792D
Text Example
Text Example
White with #83792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83792D; }
p { color: rgb(131,121,45); }
H1.HeaderClassName
{
color: #83792D;
}
.AnyTagClassName
{
color: #83792D;
}
</style>
background-color css
<style>
a { background-color: #83792D; }
a { background-color: rgb(131,121,45); }
div.DivClassName
{
background-color: #83792D;
}
.BgClassName
{
background-color: #83792D;
}
</style>
border-color css
<style>
span { border-color: #83792D; }
span { border-color: rgb(131,121,45); }
td.TdClassName
{
border-color: #83792D;
}
.TagClassName
{
border-color: #83792D;
}
</style>