Shades of Pesto #847E35
Tints of Pesto #847E35
RGB
CMYK
RGB Variations
Color information
#847E35 (or 0x847E35) is known color: Pesto. HEX triplet: 84, 7E and 35. RGB value is (132,126,53). Sum of RGB (Red+Green+Blue) = 132+126+53=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #847E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E35 is #7B81CA. Grayscale: #777777. Windows color (decimal): -8094155 or 3505796. OLE color: 3505796.
HSL color Cylindrical-coordinate representation of color #847E35: hue angle of 55.44º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #847E35 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 53 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.48 |
| HSL | 55.44º | 0.43% | 0.36% | - |
| HSV(B) | 55.44º | 0.6% | 0.52% | - |
| XYZ | 17.62 | 20.08 | 6.32 | - |
| YUV | 119.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 53 | 0 | 0.05 | 0.60 | 0.48 | 55.44 | 0.43 | 0.36 |
| Hex | 84 | 7E | 35 | 0 | 5 | 3C | 30 | 37 | 2B | 24 |
| Octal | 204 | 176 | 65 | 0 | 5 | 74 | 60 | 67 | 53 | 44 |
| Binary | 10000100 | 1111110 | 110101 | 0 | 101 | 111100 | 110000 | 110111 | 101011 | 100100 |
Color Harmonies of #847E35
Complementary color
Monochromatic Colors of #847E35
Black with #847E35
Text Example
Text Example
White with #847E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E35; }
p { color: rgb(132,126,53); }
H1.HeaderClassName
{
color: #847E35;
}
.AnyTagClassName
{
color: #847E35;
}
</style>
background-color css
<style>
a { background-color: #847E35; }
a { background-color: rgb(132,126,53); }
div.DivClassName
{
background-color: #847E35;
}
.BgClassName
{
background-color: #847E35;
}
</style>
border-color css
<style>
span { border-color: #847E35; }
span { border-color: rgb(132,126,53); }
td.TdClassName
{
border-color: #847E35;
}
.TagClassName
{
border-color: #847E35;
}
</style>