Shades of Pesto #827A1F
Tints of Pesto #827A1F
RGB
CMYK
RGB Variations
Color information
#827A1F (or 0x827A1F) is known color: Pesto. HEX triplet: 82, 7A and 1F. RGB value is (130,122,31). Sum of RGB (Red+Green+Blue) = 130+122+31=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #827A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A1F is #7D85E0. Grayscale: #727272. Windows color (decimal): -8226273 or 2062978. OLE color: 2062978.
HSL color Cylindrical-coordinate representation of color #827A1F: hue angle of 55.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #827A1F is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 31 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.49 |
| HSL | 55.15º | 0.61% | 0.32% | - |
| HSV(B) | 55.15º | 0.76% | 0.51% | - |
| XYZ | 16.41 | 18.76 | 4.05 | - |
| YUV | 114.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 31 | 0 | 0.06 | 0.76 | 0.49 | 55.15 | 0.61 | 0.32 |
| Hex | 82 | 7A | 1F | 0 | 6 | 4C | 31 | 37 | 3D | 20 |
| Octal | 202 | 172 | 37 | 0 | 6 | 114 | 61 | 67 | 75 | 40 |
| Binary | 10000010 | 1111010 | 11111 | 0 | 110 | 1001100 | 110001 | 110111 | 111101 | 100000 |
Color Harmonies of #827A1F
Complementary color
Monochromatic Colors of #827A1F
Black with #827A1F
Text Example
Text Example
White with #827A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A1F; }
p { color: rgb(130,122,31); }
H1.HeaderClassName
{
color: #827A1F;
}
.AnyTagClassName
{
color: #827A1F;
}
</style>
background-color css
<style>
a { background-color: #827A1F; }
a { background-color: rgb(130,122,31); }
div.DivClassName
{
background-color: #827A1F;
}
.BgClassName
{
background-color: #827A1F;
}
</style>
border-color css
<style>
span { border-color: #827A1F; }
span { border-color: rgb(130,122,31); }
td.TdClassName
{
border-color: #827A1F;
}
.TagClassName
{
border-color: #827A1F;
}
</style>