Shades of Pesto #807034
Tints of Pesto #807034
RGB
CMYK
RGB Variations
Color information
#807034 (or 0x807034) is known color: Pesto. HEX triplet: 80, 70 and 34. RGB value is (128,112,52). Sum of RGB (Red+Green+Blue) = 128+112+52=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #807034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807034 is #7F8FCB. Grayscale: #6E6E6E. Windows color (decimal): -8359884 or 3436672. OLE color: 3436672.
HSL color Cylindrical-coordinate representation of color #807034: hue angle of 47.37º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #807034 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 52 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.50 |
| HSL | 47.37º | 0.42% | 0.35% | - |
| HSV(B) | 47.37º | 0.59% | 0.5% | - |
| XYZ | 15.32 | 16.43 | 5.61 | - |
| YUV | 109.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 52 | 0 | 0.12 | 0.59 | 0.50 | 47.37 | 0.42 | 0.35 |
| Hex | 80 | 70 | 34 | 0 | C | 3B | 32 | 2F | 2A | 23 |
| Octal | 200 | 160 | 64 | 0 | 14 | 73 | 62 | 57 | 52 | 43 |
| Binary | 10000000 | 1110000 | 110100 | 0 | 1100 | 111011 | 110010 | 101111 | 101010 | 100011 |
Color Harmonies of #807034
Complementary color
Monochromatic Colors of #807034
Black with #807034
Text Example
Text Example
White with #807034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807034; }
p { color: rgb(128,112,52); }
H1.HeaderClassName
{
color: #807034;
}
.AnyTagClassName
{
color: #807034;
}
</style>
background-color css
<style>
a { background-color: #807034; }
a { background-color: rgb(128,112,52); }
div.DivClassName
{
background-color: #807034;
}
.BgClassName
{
background-color: #807034;
}
</style>
border-color css
<style>
span { border-color: #807034; }
span { border-color: rgb(128,112,52); }
td.TdClassName
{
border-color: #807034;
}
.TagClassName
{
border-color: #807034;
}
</style>