Shades of Pesto #847B2D
Tints of Pesto #847B2D
RGB
CMYK
RGB Variations
Color information
#847B2D (or 0x847B2D) is known color: Pesto. HEX triplet: 84, 7B and 2D. RGB value is (132,123,45). Sum of RGB (Red+Green+Blue) = 132+123+45=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #847B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B2D is #7B84D2. Grayscale: #757575. Windows color (decimal): -8094931 or 2980740. OLE color: 2980740.
HSL color Cylindrical-coordinate representation of color #847B2D: hue angle of 53.79º 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 #847B2D is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 45 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.48 |
| HSL | 53.79º | 0.49% | 0.35% | - |
| HSV(B) | 53.79º | 0.66% | 0.52% | - |
| XYZ | 17.07 | 19.26 | 5.3 | - |
| YUV | 116.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 45 | 0 | 0.07 | 0.66 | 0.48 | 53.79 | 0.49 | 0.35 |
| Hex | 84 | 7B | 2D | 0 | 7 | 42 | 30 | 36 | 31 | 23 |
| Octal | 204 | 173 | 55 | 0 | 7 | 102 | 60 | 66 | 61 | 43 |
| Binary | 10000100 | 1111011 | 101101 | 0 | 111 | 1000010 | 110000 | 110110 | 110001 | 100011 |
Color Harmonies of #847B2D
Complementary color
Monochromatic Colors of #847B2D
Black with #847B2D
Text Example
Text Example
White with #847B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B2D; }
p { color: rgb(132,123,45); }
H1.HeaderClassName
{
color: #847B2D;
}
.AnyTagClassName
{
color: #847B2D;
}
</style>
background-color css
<style>
a { background-color: #847B2D; }
a { background-color: rgb(132,123,45); }
div.DivClassName
{
background-color: #847B2D;
}
.BgClassName
{
background-color: #847B2D;
}
</style>
border-color css
<style>
span { border-color: #847B2D; }
span { border-color: rgb(132,123,45); }
td.TdClassName
{
border-color: #847B2D;
}
.TagClassName
{
border-color: #847B2D;
}
</style>