Shades of Pesto #827E38
Tints of Pesto #827E38
RGB
CMYK
RGB Variations
Color information
#827E38 (or 0x827E38) is known color: Pesto. HEX triplet: 82, 7E and 38. RGB value is (130,126,56). Sum of RGB (Red+Green+Blue) = 130+126+56=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #827E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E38 is #7D81C7. Grayscale: #777777. Windows color (decimal): -8225224 or 3702402. OLE color: 3702402.
HSL color Cylindrical-coordinate representation of color #827E38: hue angle of 56.76º 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 #827E38 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 56 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.49 |
| HSL | 56.76º | 0.4% | 0.36% | - |
| HSV(B) | 56.76º | 0.57% | 0.51% | - |
| XYZ | 17.38 | 19.95 | 6.68 | - |
| YUV | 119.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 56 | 0 | 0.03 | 0.57 | 0.49 | 56.76 | 0.4 | 0.36 |
| Hex | 82 | 7E | 38 | 0 | 3 | 39 | 31 | 39 | 28 | 24 |
| Octal | 202 | 176 | 70 | 0 | 3 | 71 | 61 | 71 | 50 | 44 |
| Binary | 10000010 | 1111110 | 111000 | 0 | 11 | 111001 | 110001 | 111001 | 101000 | 100100 |
Color Harmonies of #827E38
Complementary color
Monochromatic Colors of #827E38
Black with #827E38
Text Example
Text Example
White with #827E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E38; }
p { color: rgb(130,126,56); }
H1.HeaderClassName
{
color: #827E38;
}
.AnyTagClassName
{
color: #827E38;
}
</style>
background-color css
<style>
a { background-color: #827E38; }
a { background-color: rgb(130,126,56); }
div.DivClassName
{
background-color: #827E38;
}
.BgClassName
{
background-color: #827E38;
}
</style>
border-color css
<style>
span { border-color: #827E38; }
span { border-color: rgb(130,126,56); }
td.TdClassName
{
border-color: #827E38;
}
.TagClassName
{
border-color: #827E38;
}
</style>