Shades of Pesto #83781F
Tints of Pesto #83781F
RGB
CMYK
RGB Variations
Color information
#83781F (or 0x83781F) is known color: Pesto. HEX triplet: 83, 78 and 1F. RGB value is (131,120,31). Sum of RGB (Red+Green+Blue) = 131+120+31=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #83781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83781F is #7C87E0. Grayscale: #717171. Windows color (decimal): -8161249 or 2062467. OLE color: 2062467.
HSL color Cylindrical-coordinate representation of color #83781F: hue angle of 53.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83781F is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 120 | 31 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.49 |
| HSL | 53.4º | 0.62% | 0.32% | - |
| HSV(B) | 53.4º | 0.76% | 0.51% | - |
| XYZ | 16.32 | 18.36 | 3.98 | - |
| YUV | 113.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 31 | 0 | 0.08 | 0.76 | 0.49 | 53.4 | 0.62 | 0.32 |
| Hex | 83 | 78 | 1F | 0 | 8 | 4C | 31 | 35 | 3E | 20 |
| Octal | 203 | 170 | 37 | 0 | 10 | 114 | 61 | 65 | 76 | 40 |
| Binary | 10000011 | 1111000 | 11111 | 0 | 1000 | 1001100 | 110001 | 110101 | 111110 | 100000 |
Color Harmonies of #83781F
Complementary color
Monochromatic Colors of #83781F
Black with #83781F
Text Example
Text Example
White with #83781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83781F; }
p { color: rgb(131,120,31); }
H1.HeaderClassName
{
color: #83781F;
}
.AnyTagClassName
{
color: #83781F;
}
</style>
background-color css
<style>
a { background-color: #83781F; }
a { background-color: rgb(131,120,31); }
div.DivClassName
{
background-color: #83781F;
}
.BgClassName
{
background-color: #83781F;
}
</style>
border-color css
<style>
span { border-color: #83781F; }
span { border-color: rgb(131,120,31); }
td.TdClassName
{
border-color: #83781F;
}
.TagClassName
{
border-color: #83781F;
}
</style>