Shades of Pesto #827D38
Tints of Pesto #827D38
RGB
CMYK
RGB Variations
Color information
#827D38 (or 0x827D38) is known color: Pesto. HEX triplet: 82, 7D and 38. RGB value is (130,125,56). Sum of RGB (Red+Green+Blue) = 130+125+56=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #827D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D38 is #7D82C7. Grayscale: #767676. Windows color (decimal): -8225480 or 3702146. OLE color: 3702146.
HSL color Cylindrical-coordinate representation of color #827D38: hue angle of 55.95º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #827D38 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 56 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.49 |
| HSL | 55.95º | 0.4% | 0.36% | - |
| HSV(B) | 55.95º | 0.57% | 0.51% | - |
| XYZ | 17.25 | 19.7 | 6.63 | - |
| YUV | 118.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 56 | 0 | 0.04 | 0.57 | 0.49 | 55.95 | 0.4 | 0.36 |
| Hex | 82 | 7D | 38 | 0 | 4 | 39 | 31 | 38 | 28 | 24 |
| Octal | 202 | 175 | 70 | 0 | 4 | 71 | 61 | 70 | 50 | 44 |
| Binary | 10000010 | 1111101 | 111000 | 0 | 100 | 111001 | 110001 | 111000 | 101000 | 100100 |
Color Harmonies of #827D38
Complementary color
Monochromatic Colors of #827D38
Black with #827D38
Text Example
Text Example
White with #827D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D38; }
p { color: rgb(130,125,56); }
H1.HeaderClassName
{
color: #827D38;
}
.AnyTagClassName
{
color: #827D38;
}
</style>
background-color css
<style>
a { background-color: #827D38; }
a { background-color: rgb(130,125,56); }
div.DivClassName
{
background-color: #827D38;
}
.BgClassName
{
background-color: #827D38;
}
</style>
border-color css
<style>
span { border-color: #827D38; }
span { border-color: rgb(130,125,56); }
td.TdClassName
{
border-color: #827D38;
}
.TagClassName
{
border-color: #827D38;
}
</style>