Shades of Pesto #827C2B
Tints of Pesto #827C2B
RGB
CMYK
RGB Variations
Color information
#827C2B (or 0x827C2B) is known color: Pesto. HEX triplet: 82, 7C and 2B. RGB value is (130,124,43). Sum of RGB (Red+Green+Blue) = 130+124+43=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #827C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C2B is #7D83D4. Grayscale: #747474. Windows color (decimal): -8225749 or 2849922. OLE color: 2849922.
HSL color Cylindrical-coordinate representation of color #827C2B: hue angle of 55.86º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #827C2B is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 43 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.49 |
| HSL | 55.86º | 0.5% | 0.34% | - |
| HSV(B) | 55.86º | 0.67% | 0.51% | - |
| XYZ | 16.85 | 19.34 | 5.13 | - |
| YUV | 116.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 43 | 0 | 0.05 | 0.67 | 0.49 | 55.86 | 0.5 | 0.34 |
| Hex | 82 | 7C | 2B | 0 | 5 | 43 | 31 | 38 | 32 | 22 |
| Octal | 202 | 174 | 53 | 0 | 5 | 103 | 61 | 70 | 62 | 42 |
| Binary | 10000010 | 1111100 | 101011 | 0 | 101 | 1000011 | 110001 | 111000 | 110010 | 100010 |
Color Harmonies of #827C2B
Complementary color
Monochromatic Colors of #827C2B
Black with #827C2B
Text Example
Text Example
White with #827C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C2B; }
p { color: rgb(130,124,43); }
H1.HeaderClassName
{
color: #827C2B;
}
.AnyTagClassName
{
color: #827C2B;
}
</style>
background-color css
<style>
a { background-color: #827C2B; }
a { background-color: rgb(130,124,43); }
div.DivClassName
{
background-color: #827C2B;
}
.BgClassName
{
background-color: #827C2B;
}
</style>
border-color css
<style>
span { border-color: #827C2B; }
span { border-color: rgb(130,124,43); }
td.TdClassName
{
border-color: #827C2B;
}
.TagClassName
{
border-color: #827C2B;
}
</style>