Shades of Pesto #827B2C
Tints of Pesto #827B2C
RGB
CMYK
RGB Variations
Color information
#827B2C (or 0x827B2C) is known color: Pesto. HEX triplet: 82, 7B and 2C. RGB value is (130,123,44). Sum of RGB (Red+Green+Blue) = 130+123+44=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #827B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B2C is #7D84D3. Grayscale: #747474. Windows color (decimal): -8226004 or 2915202. OLE color: 2915202.
HSL color Cylindrical-coordinate representation of color #827B2C: hue angle of 55.12º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #827B2C is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 44 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.49 |
| HSL | 55.12º | 0.49% | 0.34% | - |
| HSV(B) | 55.12º | 0.66% | 0.51% | - |
| XYZ | 16.74 | 19.09 | 5.19 | - |
| YUV | 116.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 44 | 0 | 0.05 | 0.66 | 0.49 | 55.12 | 0.49 | 0.34 |
| Hex | 82 | 7B | 2C | 0 | 5 | 42 | 31 | 37 | 31 | 22 |
| Octal | 202 | 173 | 54 | 0 | 5 | 102 | 61 | 67 | 61 | 42 |
| Binary | 10000010 | 1111011 | 101100 | 0 | 101 | 1000010 | 110001 | 110111 | 110001 | 100010 |
Color Harmonies of #827B2C
Complementary color
Monochromatic Colors of #827B2C
Black with #827B2C
Text Example
Text Example
White with #827B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B2C; }
p { color: rgb(130,123,44); }
H1.HeaderClassName
{
color: #827B2C;
}
.AnyTagClassName
{
color: #827B2C;
}
</style>
background-color css
<style>
a { background-color: #827B2C; }
a { background-color: rgb(130,123,44); }
div.DivClassName
{
background-color: #827B2C;
}
.BgClassName
{
background-color: #827B2C;
}
</style>
border-color css
<style>
span { border-color: #827B2C; }
span { border-color: rgb(130,123,44); }
td.TdClassName
{
border-color: #827B2C;
}
.TagClassName
{
border-color: #827B2C;
}
</style>