Shades of Pesto #83751F
Tints of Pesto #83751F
RGB
CMYK
RGB Variations
Color information
#83751F (or 0x83751F) is known color: Pesto. HEX triplet: 83, 75 and 1F. RGB value is (131,117,31). Sum of RGB (Red+Green+Blue) = 131+117+31=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83751F is #7C8AE0. Grayscale: #6F6F6F. Windows color (decimal): -8162017 or 2061699. OLE color: 2061699.
HSL color Cylindrical-coordinate representation of color #83751F: hue angle of 51.6º 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 #83751F is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 31 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.49 |
| HSL | 51.6º | 0.62% | 0.32% | - |
| HSV(B) | 51.6º | 0.76% | 0.51% | - |
| XYZ | 15.97 | 17.65 | 3.86 | - |
| YUV | 111.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 31 | 0 | 0.11 | 0.76 | 0.49 | 51.6 | 0.62 | 0.32 |
| Hex | 83 | 75 | 1F | 0 | B | 4C | 31 | 34 | 3E | 20 |
| Octal | 203 | 165 | 37 | 0 | 13 | 114 | 61 | 64 | 76 | 40 |
| Binary | 10000011 | 1110101 | 11111 | 0 | 1011 | 1001100 | 110001 | 110100 | 111110 | 100000 |
Color Harmonies of #83751F
Complementary color
Monochromatic Colors of #83751F
Black with #83751F
Text Example
Text Example
White with #83751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83751F; }
p { color: rgb(131,117,31); }
H1.HeaderClassName
{
color: #83751F;
}
.AnyTagClassName
{
color: #83751F;
}
</style>
background-color css
<style>
a { background-color: #83751F; }
a { background-color: rgb(131,117,31); }
div.DivClassName
{
background-color: #83751F;
}
.BgClassName
{
background-color: #83751F;
}
</style>
border-color css
<style>
span { border-color: #83751F; }
span { border-color: rgb(131,117,31); }
td.TdClassName
{
border-color: #83751F;
}
.TagClassName
{
border-color: #83751F;
}
</style>