Shades of Pesto #827828
Tints of Pesto #827828
RGB
CMYK
RGB Variations
Color information
#827828 (or 0x827828) is known color: Pesto. HEX triplet: 82, 78 and 28. RGB value is (130,120,40). Sum of RGB (Red+Green+Blue) = 130+120+40=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #827828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827828 is #7D87D7. Grayscale: #727272. Windows color (decimal): -8226776 or 2652290. OLE color: 2652290.
HSL color Cylindrical-coordinate representation of color #827828: hue angle of 53.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #827828 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 40 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.49 |
| HSL | 53.33º | 0.53% | 0.33% | - |
| HSV(B) | 53.33º | 0.69% | 0.51% | - |
| XYZ | 16.31 | 18.33 | 4.69 | - |
| YUV | 113.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 40 | 0 | 0.08 | 0.69 | 0.49 | 53.33 | 0.53 | 0.33 |
| Hex | 82 | 78 | 28 | 0 | 8 | 45 | 31 | 35 | 35 | 21 |
| Octal | 202 | 170 | 50 | 0 | 10 | 105 | 61 | 65 | 65 | 41 |
| Binary | 10000010 | 1111000 | 101000 | 0 | 1000 | 1000101 | 110001 | 110101 | 110101 | 100001 |
Color Harmonies of #827828
Complementary color
Monochromatic Colors of #827828
Black with #827828
Text Example
Text Example
White with #827828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827828; }
p { color: rgb(130,120,40); }
H1.HeaderClassName
{
color: #827828;
}
.AnyTagClassName
{
color: #827828;
}
</style>
background-color css
<style>
a { background-color: #827828; }
a { background-color: rgb(130,120,40); }
div.DivClassName
{
background-color: #827828;
}
.BgClassName
{
background-color: #827828;
}
</style>
border-color css
<style>
span { border-color: #827828; }
span { border-color: rgb(130,120,40); }
td.TdClassName
{
border-color: #827828;
}
.TagClassName
{
border-color: #827828;
}
</style>