Shades of Pesto #827A21
Tints of Pesto #827A21
RGB
CMYK
RGB Variations
Color information
#827A21 (or 0x827A21) is known color: Pesto. HEX triplet: 82, 7A and 21. RGB value is (130,122,33). Sum of RGB (Red+Green+Blue) = 130+122+33=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #827A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A21 is #7D85DE. Grayscale: #727272. Windows color (decimal): -8226271 or 2194050. OLE color: 2194050.
HSL color Cylindrical-coordinate representation of color #827A21: hue angle of 55.05º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #827A21 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 33 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.49 |
| HSL | 55.05º | 0.6% | 0.32% | - |
| HSV(B) | 55.05º | 0.75% | 0.51% | - |
| XYZ | 16.44 | 18.77 | 4.2 | - |
| YUV | 114.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 33 | 0 | 0.06 | 0.75 | 0.49 | 55.05 | 0.6 | 0.32 |
| Hex | 82 | 7A | 21 | 0 | 6 | 4B | 31 | 37 | 3C | 20 |
| Octal | 202 | 172 | 41 | 0 | 6 | 113 | 61 | 67 | 74 | 40 |
| Binary | 10000010 | 1111010 | 100001 | 0 | 110 | 1001011 | 110001 | 110111 | 111100 | 100000 |
Color Harmonies of #827A21
Complementary color
Monochromatic Colors of #827A21
Black with #827A21
Text Example
Text Example
White with #827A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A21; }
p { color: rgb(130,122,33); }
H1.HeaderClassName
{
color: #827A21;
}
.AnyTagClassName
{
color: #827A21;
}
</style>
background-color css
<style>
a { background-color: #827A21; }
a { background-color: rgb(130,122,33); }
div.DivClassName
{
background-color: #827A21;
}
.BgClassName
{
background-color: #827A21;
}
</style>
border-color css
<style>
span { border-color: #827A21; }
span { border-color: rgb(130,122,33); }
td.TdClassName
{
border-color: #827A21;
}
.TagClassName
{
border-color: #827A21;
}
</style>