Shades of Pesto #80741E
Tints of Pesto #80741E
RGB
CMYK
RGB Variations
Color information
#80741E (or 0x80741E) is known color: Pesto. HEX triplet: 80, 74 and 1E. RGB value is (128,116,30). Sum of RGB (Red+Green+Blue) = 128+116+30=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80741E is #7F8BE1. Grayscale: #6E6E6E. Windows color (decimal): -8358882 or 1995904. OLE color: 1995904.
HSL color Cylindrical-coordinate representation of color #80741E: hue angle of 52.65º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80741E is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 116 | 30 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.50 |
| HSL | 52.65º | 0.62% | 0.31% | - |
| HSV(B) | 52.65º | 0.77% | 0.5% | - |
| XYZ | 15.38 | 17.17 | 3.73 | - |
| YUV | 109.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 30 | 0 | 0.09 | 0.77 | 0.50 | 52.65 | 0.62 | 0.31 |
| Hex | 80 | 74 | 1E | 0 | 9 | 4D | 32 | 35 | 3E | 1F |
| Octal | 200 | 164 | 36 | 0 | 11 | 115 | 62 | 65 | 76 | 37 |
| Binary | 10000000 | 1110100 | 11110 | 0 | 1001 | 1001101 | 110010 | 110101 | 111110 | 11111 |
Color Harmonies of #80741E
Complementary color
Monochromatic Colors of #80741E
Black with #80741E
Text Example
Text Example
White with #80741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80741E; }
p { color: rgb(128,116,30); }
H1.HeaderClassName
{
color: #80741E;
}
.AnyTagClassName
{
color: #80741E;
}
</style>
background-color css
<style>
a { background-color: #80741E; }
a { background-color: rgb(128,116,30); }
div.DivClassName
{
background-color: #80741E;
}
.BgClassName
{
background-color: #80741E;
}
</style>
border-color css
<style>
span { border-color: #80741E; }
span { border-color: rgb(128,116,30); }
td.TdClassName
{
border-color: #80741E;
}
.TagClassName
{
border-color: #80741E;
}
</style>