Shades of Pesto #84752A
Tints of Pesto #84752A
RGB
CMYK
RGB Variations
Color information
#84752A (or 0x84752A) is known color: Pesto. HEX triplet: 84, 75 and 2A. RGB value is (132,117,42). Sum of RGB (Red+Green+Blue) = 132+117+42=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84752A is #7B8AD5. Grayscale: #717171. Windows color (decimal): -8096470 or 2782596. OLE color: 2782596.
HSL color Cylindrical-coordinate representation of color #84752A: hue angle of 50º 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 #84752A is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 42 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.48 |
| HSL | 50º | 0.52% | 0.34% | - |
| HSV(B) | 50º | 0.68% | 0.52% | - |
| XYZ | 16.29 | 17.8 | 4.77 | - |
| YUV | 112.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 42 | 0 | 0.11 | 0.68 | 0.48 | 50 | 0.52 | 0.34 |
| Hex | 84 | 75 | 2A | 0 | B | 44 | 30 | 32 | 34 | 22 |
| Octal | 204 | 165 | 52 | 0 | 13 | 104 | 60 | 62 | 64 | 42 |
| Binary | 10000100 | 1110101 | 101010 | 0 | 1011 | 1000100 | 110000 | 110010 | 110100 | 100010 |
Color Harmonies of #84752A
Complementary color
Monochromatic Colors of #84752A
Black with #84752A
Text Example
Text Example
White with #84752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84752A; }
p { color: rgb(132,117,42); }
H1.HeaderClassName
{
color: #84752A;
}
.AnyTagClassName
{
color: #84752A;
}
</style>
background-color css
<style>
a { background-color: #84752A; }
a { background-color: rgb(132,117,42); }
div.DivClassName
{
background-color: #84752A;
}
.BgClassName
{
background-color: #84752A;
}
</style>
border-color css
<style>
span { border-color: #84752A; }
span { border-color: rgb(132,117,42); }
td.TdClassName
{
border-color: #84752A;
}
.TagClassName
{
border-color: #84752A;
}
</style>