Shades of Pesto #847E33
Tints of Pesto #847E33
RGB
CMYK
RGB Variations
Color information
#847E33 (or 0x847E33) is known color: Pesto. HEX triplet: 84, 7E and 33. RGB value is (132,126,51). Sum of RGB (Red+Green+Blue) = 132+126+51=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #847E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E33 is #7B81CC. Grayscale: #777777. Windows color (decimal): -8094157 or 3374724. OLE color: 3374724.
HSL color Cylindrical-coordinate representation of color #847E33: hue angle of 55.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #847E33 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 51 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.48 |
| HSL | 55.56º | 0.44% | 0.36% | - |
| HSV(B) | 55.56º | 0.61% | 0.52% | - |
| XYZ | 17.57 | 20.07 | 6.08 | - |
| YUV | 119.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 51 | 0 | 0.05 | 0.61 | 0.48 | 55.56 | 0.44 | 0.36 |
| Hex | 84 | 7E | 33 | 0 | 5 | 3D | 30 | 38 | 2C | 24 |
| Octal | 204 | 176 | 63 | 0 | 5 | 75 | 60 | 70 | 54 | 44 |
| Binary | 10000100 | 1111110 | 110011 | 0 | 101 | 111101 | 110000 | 111000 | 101100 | 100100 |
Color Harmonies of #847E33
Complementary color
Monochromatic Colors of #847E33
Black with #847E33
Text Example
Text Example
White with #847E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E33; }
p { color: rgb(132,126,51); }
H1.HeaderClassName
{
color: #847E33;
}
.AnyTagClassName
{
color: #847E33;
}
</style>
background-color css
<style>
a { background-color: #847E33; }
a { background-color: rgb(132,126,51); }
div.DivClassName
{
background-color: #847E33;
}
.BgClassName
{
background-color: #847E33;
}
</style>
border-color css
<style>
span { border-color: #847E33; }
span { border-color: rgb(132,126,51); }
td.TdClassName
{
border-color: #847E33;
}
.TagClassName
{
border-color: #847E33;
}
</style>