Shades of Pesto #847A1E
Tints of Pesto #847A1E
RGB
CMYK
RGB Variations
Color information
#847A1E (or 0x847A1E) is known color: Pesto. HEX triplet: 84, 7A and 1E. RGB value is (132,122,30). Sum of RGB (Red+Green+Blue) = 132+122+30=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #847A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A1E is #7B85E1. Grayscale: #727272. Windows color (decimal): -8095202 or 1997444. OLE color: 1997444.
HSL color Cylindrical-coordinate representation of color #847A1E: hue angle of 54.12º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #847A1E is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 30 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.48 |
| HSL | 54.12º | 0.63% | 0.32% | - |
| HSV(B) | 54.12º | 0.77% | 0.52% | - |
| XYZ | 16.71 | 18.92 | 4 | - |
| YUV | 114.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 30 | 0 | 0.08 | 0.77 | 0.48 | 54.12 | 0.63 | 0.32 |
| Hex | 84 | 7A | 1E | 0 | 8 | 4D | 30 | 36 | 3F | 20 |
| Octal | 204 | 172 | 36 | 0 | 10 | 115 | 60 | 66 | 77 | 40 |
| Binary | 10000100 | 1111010 | 11110 | 0 | 1000 | 1001101 | 110000 | 110110 | 111111 | 100000 |
Color Harmonies of #847A1E
Complementary color
Monochromatic Colors of #847A1E
Black with #847A1E
Text Example
Text Example
White with #847A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A1E; }
p { color: rgb(132,122,30); }
H1.HeaderClassName
{
color: #847A1E;
}
.AnyTagClassName
{
color: #847A1E;
}
</style>
background-color css
<style>
a { background-color: #847A1E; }
a { background-color: rgb(132,122,30); }
div.DivClassName
{
background-color: #847A1E;
}
.BgClassName
{
background-color: #847A1E;
}
</style>
border-color css
<style>
span { border-color: #847A1E; }
span { border-color: rgb(132,122,30); }
td.TdClassName
{
border-color: #847A1E;
}
.TagClassName
{
border-color: #847A1E;
}
</style>