Shades of Pesto #84742A
Tints of Pesto #84742A
RGB
CMYK
RGB Variations
Color information
#84742A (or 0x84742A) is known color: Pesto. HEX triplet: 84, 74 and 2A. RGB value is (132,116,42). Sum of RGB (Red+Green+Blue) = 132+116+42=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84742A is #7B8BD5. Grayscale: #707070. Windows color (decimal): -8096726 or 2782340. OLE color: 2782340.
HSL color Cylindrical-coordinate representation of color #84742A: hue angle of 49.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84742A is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 116 | 42 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.48 |
| HSL | 49.33º | 0.52% | 0.34% | - |
| HSV(B) | 49.33º | 0.68% | 0.52% | - |
| XYZ | 16.18 | 17.56 | 4.73 | - |
| YUV | 112.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 42 | 0 | 0.12 | 0.68 | 0.48 | 49.33 | 0.52 | 0.34 |
| Hex | 84 | 74 | 2A | 0 | C | 44 | 30 | 31 | 34 | 22 |
| Octal | 204 | 164 | 52 | 0 | 14 | 104 | 60 | 61 | 64 | 42 |
| Binary | 10000100 | 1110100 | 101010 | 0 | 1100 | 1000100 | 110000 | 110001 | 110100 | 100010 |
Color Harmonies of #84742A
Complementary color
Monochromatic Colors of #84742A
Black with #84742A
Text Example
Text Example
White with #84742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84742A; }
p { color: rgb(132,116,42); }
H1.HeaderClassName
{
color: #84742A;
}
.AnyTagClassName
{
color: #84742A;
}
</style>
background-color css
<style>
a { background-color: #84742A; }
a { background-color: rgb(132,116,42); }
div.DivClassName
{
background-color: #84742A;
}
.BgClassName
{
background-color: #84742A;
}
</style>
border-color css
<style>
span { border-color: #84742A; }
span { border-color: rgb(132,116,42); }
td.TdClassName
{
border-color: #84742A;
}
.TagClassName
{
border-color: #84742A;
}
</style>