Shades of Pesto #827C33
Tints of Pesto #827C33
RGB
CMYK
RGB Variations
Color information
#827C33 (or 0x827C33) is known color: Pesto. HEX triplet: 82, 7C and 33. RGB value is (130,124,51). Sum of RGB (Red+Green+Blue) = 130+124+51=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #827C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C33 is #7D83CC. Grayscale: #757575. Windows color (decimal): -8225741 or 3374210. OLE color: 3374210.
HSL color Cylindrical-coordinate representation of color #827C33: hue angle of 55.44º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #827C33 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 51 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.49 |
| HSL | 55.44º | 0.44% | 0.35% | - |
| HSV(B) | 55.44º | 0.61% | 0.51% | - |
| XYZ | 17.01 | 19.4 | 5.98 | - |
| YUV | 117.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 51 | 0 | 0.05 | 0.61 | 0.49 | 55.44 | 0.44 | 0.35 |
| Hex | 82 | 7C | 33 | 0 | 5 | 3D | 31 | 37 | 2C | 23 |
| Octal | 202 | 174 | 63 | 0 | 5 | 75 | 61 | 67 | 54 | 43 |
| Binary | 10000010 | 1111100 | 110011 | 0 | 101 | 111101 | 110001 | 110111 | 101100 | 100011 |
Color Harmonies of #827C33
Complementary color
Monochromatic Colors of #827C33
Black with #827C33
Text Example
Text Example
White with #827C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C33; }
p { color: rgb(130,124,51); }
H1.HeaderClassName
{
color: #827C33;
}
.AnyTagClassName
{
color: #827C33;
}
</style>
background-color css
<style>
a { background-color: #827C33; }
a { background-color: rgb(130,124,51); }
div.DivClassName
{
background-color: #827C33;
}
.BgClassName
{
background-color: #827C33;
}
</style>
border-color css
<style>
span { border-color: #827C33; }
span { border-color: rgb(130,124,51); }
td.TdClassName
{
border-color: #827C33;
}
.TagClassName
{
border-color: #827C33;
}
</style>