Shades of Pesto #827B2B
Tints of Pesto #827B2B
RGB
CMYK
RGB Variations
Color information
#827B2B (or 0x827B2B) is known color: Pesto. HEX triplet: 82, 7B and 2B. RGB value is (130,123,43). Sum of RGB (Red+Green+Blue) = 130+123+43=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #827B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B2B is #7D84D4. Grayscale: #747474. Windows color (decimal): -8226005 or 2849666. OLE color: 2849666.
HSL color Cylindrical-coordinate representation of color #827B2B: hue angle of 55.17º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #827B2B is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 43 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.49 |
| HSL | 55.17º | 0.5% | 0.34% | - |
| HSV(B) | 55.17º | 0.67% | 0.51% | - |
| XYZ | 16.72 | 19.09 | 5.09 | - |
| YUV | 115.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 43 | 0 | 0.05 | 0.67 | 0.49 | 55.17 | 0.5 | 0.34 |
| Hex | 82 | 7B | 2B | 0 | 5 | 43 | 31 | 37 | 32 | 22 |
| Octal | 202 | 173 | 53 | 0 | 5 | 103 | 61 | 67 | 62 | 42 |
| Binary | 10000010 | 1111011 | 101011 | 0 | 101 | 1000011 | 110001 | 110111 | 110010 | 100010 |
Color Harmonies of #827B2B
Complementary color
Monochromatic Colors of #827B2B
Black with #827B2B
Text Example
Text Example
White with #827B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B2B; }
p { color: rgb(130,123,43); }
H1.HeaderClassName
{
color: #827B2B;
}
.AnyTagClassName
{
color: #827B2B;
}
</style>
background-color css
<style>
a { background-color: #827B2B; }
a { background-color: rgb(130,123,43); }
div.DivClassName
{
background-color: #827B2B;
}
.BgClassName
{
background-color: #827B2B;
}
</style>
border-color css
<style>
span { border-color: #827B2B; }
span { border-color: rgb(130,123,43); }
td.TdClassName
{
border-color: #827B2B;
}
.TagClassName
{
border-color: #827B2B;
}
</style>