Shades of Pesto #847B1E
Tints of Pesto #847B1E
RGB
CMYK
RGB Variations
Color information
#847B1E (or 0x847B1E) is known color: Pesto. HEX triplet: 84, 7B and 1E. RGB value is (132,123,30). Sum of RGB (Red+Green+Blue) = 132+123+30=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #847B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B1E is #7B84E1. Grayscale: #737373. Windows color (decimal): -8094946 or 1997700. OLE color: 1997700.
HSL color Cylindrical-coordinate representation of color #847B1E: hue angle of 54.71º 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 #847B1E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 30 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.48 |
| HSL | 54.71º | 0.63% | 0.32% | - |
| HSV(B) | 54.71º | 0.77% | 0.52% | - |
| XYZ | 16.83 | 19.17 | 4.04 | - |
| YUV | 115.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 30 | 0 | 0.07 | 0.77 | 0.48 | 54.71 | 0.63 | 0.32 |
| Hex | 84 | 7B | 1E | 0 | 7 | 4D | 30 | 37 | 3F | 20 |
| Octal | 204 | 173 | 36 | 0 | 7 | 115 | 60 | 67 | 77 | 40 |
| Binary | 10000100 | 1111011 | 11110 | 0 | 111 | 1001101 | 110000 | 110111 | 111111 | 100000 |
Color Harmonies of #847B1E
Complementary color
Monochromatic Colors of #847B1E
Black with #847B1E
Text Example
Text Example
White with #847B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B1E; }
p { color: rgb(132,123,30); }
H1.HeaderClassName
{
color: #847B1E;
}
.AnyTagClassName
{
color: #847B1E;
}
</style>
background-color css
<style>
a { background-color: #847B1E; }
a { background-color: rgb(132,123,30); }
div.DivClassName
{
background-color: #847B1E;
}
.BgClassName
{
background-color: #847B1E;
}
</style>
border-color css
<style>
span { border-color: #847B1E; }
span { border-color: rgb(132,123,30); }
td.TdClassName
{
border-color: #847B1E;
}
.TagClassName
{
border-color: #847B1E;
}
</style>