Shades of Pesto #827A28
Tints of Pesto #827A28
RGB
CMYK
RGB Variations
Color information
#827A28 (or 0x827A28) is known color: Pesto. HEX triplet: 82, 7A and 28. RGB value is (130,122,40). Sum of RGB (Red+Green+Blue) = 130+122+40=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #827A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A28 is #7D85D7. Grayscale: #737373. Windows color (decimal): -8226264 or 2652802. OLE color: 2652802.
HSL color Cylindrical-coordinate representation of color #827A28: hue angle of 54.67º 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 #827A28 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 40 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.49 |
| HSL | 54.67º | 0.53% | 0.33% | - |
| HSV(B) | 54.67º | 0.69% | 0.51% | - |
| XYZ | 16.55 | 18.82 | 4.77 | - |
| YUV | 115.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 40 | 0 | 0.06 | 0.69 | 0.49 | 54.67 | 0.53 | 0.33 |
| Hex | 82 | 7A | 28 | 0 | 6 | 45 | 31 | 37 | 35 | 21 |
| Octal | 202 | 172 | 50 | 0 | 6 | 105 | 61 | 67 | 65 | 41 |
| Binary | 10000010 | 1111010 | 101000 | 0 | 110 | 1000101 | 110001 | 110111 | 110101 | 100001 |
Color Harmonies of #827A28
Complementary color
Monochromatic Colors of #827A28
Black with #827A28
Text Example
Text Example
White with #827A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A28; }
p { color: rgb(130,122,40); }
H1.HeaderClassName
{
color: #827A28;
}
.AnyTagClassName
{
color: #827A28;
}
</style>
background-color css
<style>
a { background-color: #827A28; }
a { background-color: rgb(130,122,40); }
div.DivClassName
{
background-color: #827A28;
}
.BgClassName
{
background-color: #827A28;
}
</style>
border-color css
<style>
span { border-color: #827A28; }
span { border-color: rgb(130,122,40); }
td.TdClassName
{
border-color: #827A28;
}
.TagClassName
{
border-color: #827A28;
}
</style>