Shades of Pesto #84742D
Tints of Pesto #84742D
RGB
CMYK
RGB Variations
Color information
#84742D (or 0x84742D) is known color: Pesto. HEX triplet: 84, 74 and 2D. RGB value is (132,116,45). Sum of RGB (Red+Green+Blue) = 132+116+45=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84742D is #7B8BD2. Grayscale: #707070. Windows color (decimal): -8096723 or 2978948. OLE color: 2978948.
HSL color Cylindrical-coordinate representation of color #84742D: hue angle of 48.97º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84742D is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 116 | 45 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.48 |
| HSL | 48.97º | 0.49% | 0.35% | - |
| HSV(B) | 48.97º | 0.66% | 0.52% | - |
| XYZ | 16.23 | 17.59 | 5.02 | - |
| YUV | 112.69 | 89.8 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 45 | 0 | 0.12 | 0.66 | 0.48 | 48.97 | 0.49 | 0.35 |
| Hex | 84 | 74 | 2D | 0 | C | 42 | 30 | 31 | 31 | 23 |
| Octal | 204 | 164 | 55 | 0 | 14 | 102 | 60 | 61 | 61 | 43 |
| Binary | 10000100 | 1110100 | 101101 | 0 | 1100 | 1000010 | 110000 | 110001 | 110001 | 100011 |
Color Harmonies of #84742D
Complementary color
Monochromatic Colors of #84742D
Black with #84742D
Text Example
Text Example
White with #84742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84742D; }
p { color: rgb(132,116,45); }
H1.HeaderClassName
{
color: #84742D;
}
.AnyTagClassName
{
color: #84742D;
}
</style>
background-color css
<style>
a { background-color: #84742D; }
a { background-color: rgb(132,116,45); }
div.DivClassName
{
background-color: #84742D;
}
.BgClassName
{
background-color: #84742D;
}
</style>
border-color css
<style>
span { border-color: #84742D; }
span { border-color: rgb(132,116,45); }
td.TdClassName
{
border-color: #84742D;
}
.TagClassName
{
border-color: #84742D;
}
</style>