Shades of Pesto #827D31
Tints of Pesto #827D31
RGB
CMYK
RGB Variations
Color information
#827D31 (or 0x827D31) is known color: Pesto. HEX triplet: 82, 7D and 31. RGB value is (130,125,49). Sum of RGB (Red+Green+Blue) = 130+125+49=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #827D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D31 is #7D82CE. Grayscale: #767676. Windows color (decimal): -8225487 or 3243394. OLE color: 3243394.
HSL color Cylindrical-coordinate representation of color #827D31: hue angle of 56.3º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #827D31 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 49 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.49 |
| HSL | 56.3º | 0.45% | 0.35% | - |
| HSV(B) | 56.3º | 0.62% | 0.51% | - |
| XYZ | 17.09 | 19.63 | 5.79 | - |
| YUV | 117.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 49 | 0 | 0.04 | 0.62 | 0.49 | 56.3 | 0.45 | 0.35 |
| Hex | 82 | 7D | 31 | 0 | 4 | 3E | 31 | 38 | 2D | 23 |
| Octal | 202 | 175 | 61 | 0 | 4 | 76 | 61 | 70 | 55 | 43 |
| Binary | 10000010 | 1111101 | 110001 | 0 | 100 | 111110 | 110001 | 111000 | 101101 | 100011 |
Color Harmonies of #827D31
Complementary color
Monochromatic Colors of #827D31
Black with #827D31
Text Example
Text Example
White with #827D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D31; }
p { color: rgb(130,125,49); }
H1.HeaderClassName
{
color: #827D31;
}
.AnyTagClassName
{
color: #827D31;
}
</style>
background-color css
<style>
a { background-color: #827D31; }
a { background-color: rgb(130,125,49); }
div.DivClassName
{
background-color: #827D31;
}
.BgClassName
{
background-color: #827D31;
}
</style>
border-color css
<style>
span { border-color: #827D31; }
span { border-color: rgb(130,125,49); }
td.TdClassName
{
border-color: #827D31;
}
.TagClassName
{
border-color: #827D31;
}
</style>