Shades of Pesto #847A32
Tints of Pesto #847A32
RGB
CMYK
RGB Variations
Color information
#847A32 (or 0x847A32) is known color: Pesto. HEX triplet: 84, 7A and 32. RGB value is (132,122,50). Sum of RGB (Red+Green+Blue) = 132+122+50=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #847A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A32 is #7B85CD. Grayscale: #757575. Windows color (decimal): -8095182 or 3308164. OLE color: 3308164.
HSL color Cylindrical-coordinate representation of color #847A32: hue angle of 52.68º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #847A32 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 50 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.48 |
| HSL | 52.68º | 0.45% | 0.36% | - |
| HSV(B) | 52.68º | 0.62% | 0.52% | - |
| XYZ | 17.05 | 19.05 | 5.8 | - |
| YUV | 116.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 50 | 0 | 0.08 | 0.62 | 0.48 | 52.68 | 0.45 | 0.36 |
| Hex | 84 | 7A | 32 | 0 | 8 | 3E | 30 | 35 | 2D | 24 |
| Octal | 204 | 172 | 62 | 0 | 10 | 76 | 60 | 65 | 55 | 44 |
| Binary | 10000100 | 1111010 | 110010 | 0 | 1000 | 111110 | 110000 | 110101 | 101101 | 100100 |
Color Harmonies of #847A32
Complementary color
Monochromatic Colors of #847A32
Black with #847A32
Text Example
Text Example
White with #847A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A32; }
p { color: rgb(132,122,50); }
H1.HeaderClassName
{
color: #847A32;
}
.AnyTagClassName
{
color: #847A32;
}
</style>
background-color css
<style>
a { background-color: #847A32; }
a { background-color: rgb(132,122,50); }
div.DivClassName
{
background-color: #847A32;
}
.BgClassName
{
background-color: #847A32;
}
</style>
border-color css
<style>
span { border-color: #847A32; }
span { border-color: rgb(132,122,50); }
td.TdClassName
{
border-color: #847A32;
}
.TagClassName
{
border-color: #847A32;
}
</style>