Shades of Pesto #827B29
Tints of Pesto #827B29
RGB
CMYK
RGB Variations
Color information
#827B29 (or 0x827B29) is known color: Pesto. HEX triplet: 82, 7B and 29. RGB value is (130,123,41). Sum of RGB (Red+Green+Blue) = 130+123+41=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #827B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B29 is #7D84D6. Grayscale: #747474. Windows color (decimal): -8226007 or 2718594. OLE color: 2718594.
HSL color Cylindrical-coordinate representation of color #827B29: hue angle of 55.28º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #827B29 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 41 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.49 |
| HSL | 55.28º | 0.52% | 0.34% | - |
| HSV(B) | 55.28º | 0.68% | 0.51% | - |
| XYZ | 16.69 | 19.07 | 4.9 | - |
| YUV | 115.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 41 | 0 | 0.05 | 0.68 | 0.49 | 55.28 | 0.52 | 0.34 |
| Hex | 82 | 7B | 29 | 0 | 5 | 44 | 31 | 37 | 34 | 22 |
| Octal | 202 | 173 | 51 | 0 | 5 | 104 | 61 | 67 | 64 | 42 |
| Binary | 10000010 | 1111011 | 101001 | 0 | 101 | 1000100 | 110001 | 110111 | 110100 | 100010 |
Color Harmonies of #827B29
Complementary color
Monochromatic Colors of #827B29
Black with #827B29
Text Example
Text Example
White with #827B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B29; }
p { color: rgb(130,123,41); }
H1.HeaderClassName
{
color: #827B29;
}
.AnyTagClassName
{
color: #827B29;
}
</style>
background-color css
<style>
a { background-color: #827B29; }
a { background-color: rgb(130,123,41); }
div.DivClassName
{
background-color: #827B29;
}
.BgClassName
{
background-color: #827B29;
}
</style>
border-color css
<style>
span { border-color: #827B29; }
span { border-color: rgb(130,123,41); }
td.TdClassName
{
border-color: #827B29;
}
.TagClassName
{
border-color: #827B29;
}
</style>