Shades of Pesto #847C25
Tints of Pesto #847C25
RGB
CMYK
RGB Variations
Color information
#847C25 (or 0x847C25) is known color: Pesto. HEX triplet: 84, 7C and 25. RGB value is (132,124,37). Sum of RGB (Red+Green+Blue) = 132+124+37=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #847C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847C25 is #7B83DA. Grayscale: #747474. Windows color (decimal): -8094683 or 2456708. OLE color: 2456708.
HSL color Cylindrical-coordinate representation of color #847C25: hue angle of 54.95º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #847C25 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 37 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.48 |
| HSL | 54.95º | 0.56% | 0.33% | - |
| HSV(B) | 54.95º | 0.72% | 0.52% | - |
| XYZ | 17.06 | 19.45 | 4.61 | - |
| YUV | 116.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 37 | 0 | 0.06 | 0.72 | 0.48 | 54.95 | 0.56 | 0.33 |
| Hex | 84 | 7C | 25 | 0 | 6 | 48 | 30 | 37 | 38 | 21 |
| Octal | 204 | 174 | 45 | 0 | 6 | 110 | 60 | 67 | 70 | 41 |
| Binary | 10000100 | 1111100 | 100101 | 0 | 110 | 1001000 | 110000 | 110111 | 111000 | 100001 |
Color Harmonies of #847C25
Complementary color
Monochromatic Colors of #847C25
Black with #847C25
Text Example
Text Example
White with #847C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C25; }
p { color: rgb(132,124,37); }
H1.HeaderClassName
{
color: #847C25;
}
.AnyTagClassName
{
color: #847C25;
}
</style>
background-color css
<style>
a { background-color: #847C25; }
a { background-color: rgb(132,124,37); }
div.DivClassName
{
background-color: #847C25;
}
.BgClassName
{
background-color: #847C25;
}
</style>
border-color css
<style>
span { border-color: #847C25; }
span { border-color: rgb(132,124,37); }
td.TdClassName
{
border-color: #847C25;
}
.TagClassName
{
border-color: #847C25;
}
</style>