Shades of Pesto #847B22
Tints of Pesto #847B22
RGB
CMYK
RGB Variations
Color information
#847B22 (or 0x847B22) is known color: Pesto. HEX triplet: 84, 7B and 22. RGB value is (132,123,34). Sum of RGB (Red+Green+Blue) = 132+123+34=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #847B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B22 is #7B84DD. Grayscale: #737373. Windows color (decimal): -8094942 or 2259844. OLE color: 2259844.
HSL color Cylindrical-coordinate representation of color #847B22: hue angle of 54.49º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #847B22 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 34 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.48 |
| HSL | 54.49º | 0.59% | 0.33% | - |
| HSV(B) | 54.49º | 0.74% | 0.52% | - |
| XYZ | 16.89 | 19.19 | 4.33 | - |
| YUV | 115.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 34 | 0 | 0.07 | 0.74 | 0.48 | 54.49 | 0.59 | 0.33 |
| Hex | 84 | 7B | 22 | 0 | 7 | 4A | 30 | 36 | 3B | 21 |
| Octal | 204 | 173 | 42 | 0 | 7 | 112 | 60 | 66 | 73 | 41 |
| Binary | 10000100 | 1111011 | 100010 | 0 | 111 | 1001010 | 110000 | 110110 | 111011 | 100001 |
Color Harmonies of #847B22
Complementary color
Monochromatic Colors of #847B22
Black with #847B22
Text Example
Text Example
White with #847B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B22; }
p { color: rgb(132,123,34); }
H1.HeaderClassName
{
color: #847B22;
}
.AnyTagClassName
{
color: #847B22;
}
</style>
background-color css
<style>
a { background-color: #847B22; }
a { background-color: rgb(132,123,34); }
div.DivClassName
{
background-color: #847B22;
}
.BgClassName
{
background-color: #847B22;
}
</style>
border-color css
<style>
span { border-color: #847B22; }
span { border-color: rgb(132,123,34); }
td.TdClassName
{
border-color: #847B22;
}
.TagClassName
{
border-color: #847B22;
}
</style>