Shades of Pesto #847A2C
Tints of Pesto #847A2C
RGB
CMYK
RGB Variations
Color information
#847A2C (or 0x847A2C) is known color: Pesto. HEX triplet: 84, 7A and 2C. RGB value is (132,122,44). Sum of RGB (Red+Green+Blue) = 132+122+44=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #847A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A2C is #7B85D3. Grayscale: #747474. Windows color (decimal): -8095188 or 2914948. OLE color: 2914948.
HSL color Cylindrical-coordinate representation of color #847A2C: hue angle of 53.18º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #847A2C is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 44 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.48 |
| HSL | 53.18º | 0.5% | 0.35% | - |
| HSV(B) | 53.18º | 0.67% | 0.52% | - |
| XYZ | 16.93 | 19.01 | 5.16 | - |
| YUV | 116.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 44 | 0 | 0.08 | 0.67 | 0.48 | 53.18 | 0.5 | 0.35 |
| Hex | 84 | 7A | 2C | 0 | 8 | 43 | 30 | 35 | 32 | 23 |
| Octal | 204 | 172 | 54 | 0 | 10 | 103 | 60 | 65 | 62 | 43 |
| Binary | 10000100 | 1111010 | 101100 | 0 | 1000 | 1000011 | 110000 | 110101 | 110010 | 100011 |
Color Harmonies of #847A2C
Complementary color
Monochromatic Colors of #847A2C
Black with #847A2C
Text Example
Text Example
White with #847A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A2C; }
p { color: rgb(132,122,44); }
H1.HeaderClassName
{
color: #847A2C;
}
.AnyTagClassName
{
color: #847A2C;
}
</style>
background-color css
<style>
a { background-color: #847A2C; }
a { background-color: rgb(132,122,44); }
div.DivClassName
{
background-color: #847A2C;
}
.BgClassName
{
background-color: #847A2C;
}
</style>
border-color css
<style>
span { border-color: #847A2C; }
span { border-color: rgb(132,122,44); }
td.TdClassName
{
border-color: #847A2C;
}
.TagClassName
{
border-color: #847A2C;
}
</style>