Shades of Pesto #827C3B
Tints of Pesto #827C3B
RGB
CMYK
RGB Variations
Color information
#827C3B (or 0x827C3B) is known color: Pesto. HEX triplet: 82, 7C and 3B. RGB value is (130,124,59). Sum of RGB (Red+Green+Blue) = 130+124+59=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #827C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C3B is #7D83C4. Grayscale: #767676. Windows color (decimal): -8225733 or 3898498. OLE color: 3898498.
HSL color Cylindrical-coordinate representation of color #827C3B: hue angle of 54.93º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #827C3B is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 59 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.49 |
| HSL | 54.93º | 0.38% | 0.37% | - |
| HSV(B) | 54.93º | 0.55% | 0.51% | - |
| XYZ | 17.2 | 19.48 | 6.99 | - |
| YUV | 118.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 59 | 0 | 0.05 | 0.55 | 0.49 | 54.93 | 0.38 | 0.37 |
| Hex | 82 | 7C | 3B | 0 | 5 | 37 | 31 | 37 | 26 | 25 |
| Octal | 202 | 174 | 73 | 0 | 5 | 67 | 61 | 67 | 46 | 45 |
| Binary | 10000010 | 1111100 | 111011 | 0 | 101 | 110111 | 110001 | 110111 | 100110 | 100101 |
Color Harmonies of #827C3B
Complementary color
Monochromatic Colors of #827C3B
Black with #827C3B
Text Example
Text Example
White with #827C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C3B; }
p { color: rgb(130,124,59); }
H1.HeaderClassName
{
color: #827C3B;
}
.AnyTagClassName
{
color: #827C3B;
}
</style>
background-color css
<style>
a { background-color: #827C3B; }
a { background-color: rgb(130,124,59); }
div.DivClassName
{
background-color: #827C3B;
}
.BgClassName
{
background-color: #827C3B;
}
</style>
border-color css
<style>
span { border-color: #827C3B; }
span { border-color: rgb(130,124,59); }
td.TdClassName
{
border-color: #827C3B;
}
.TagClassName
{
border-color: #827C3B;
}
</style>