Shades of Pesto #80731E
Tints of Pesto #80731E
RGB
CMYK
RGB Variations
Color information
#80731E (or 0x80731E) is known color: Pesto. HEX triplet: 80, 73 and 1E. RGB value is (128,115,30). Sum of RGB (Red+Green+Blue) = 128+115+30=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80731E is #7F8CE1. Grayscale: #6D6D6D. Windows color (decimal): -8359138 or 1995648. OLE color: 1995648.
HSL color Cylindrical-coordinate representation of color #80731E: hue angle of 52.04º 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 #80731E is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 30 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.50 |
| HSL | 52.04º | 0.62% | 0.31% | - |
| HSV(B) | 52.04º | 0.77% | 0.5% | - |
| XYZ | 15.27 | 16.94 | 3.69 | - |
| YUV | 109.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 30 | 0 | 0.10 | 0.77 | 0.50 | 52.04 | 0.62 | 0.31 |
| Hex | 80 | 73 | 1E | 0 | A | 4D | 32 | 34 | 3E | 1F |
| Octal | 200 | 163 | 36 | 0 | 12 | 115 | 62 | 64 | 76 | 37 |
| Binary | 10000000 | 1110011 | 11110 | 0 | 1010 | 1001101 | 110010 | 110100 | 111110 | 11111 |
Color Harmonies of #80731E
Complementary color
Monochromatic Colors of #80731E
Black with #80731E
Text Example
Text Example
White with #80731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80731E; }
p { color: rgb(128,115,30); }
H1.HeaderClassName
{
color: #80731E;
}
.AnyTagClassName
{
color: #80731E;
}
</style>
background-color css
<style>
a { background-color: #80731E; }
a { background-color: rgb(128,115,30); }
div.DivClassName
{
background-color: #80731E;
}
.BgClassName
{
background-color: #80731E;
}
</style>
border-color css
<style>
span { border-color: #80731E; }
span { border-color: rgb(128,115,30); }
td.TdClassName
{
border-color: #80731E;
}
.TagClassName
{
border-color: #80731E;
}
</style>