Shades of Pesto #80732F
Tints of Pesto #80732F
RGB
CMYK
RGB Variations
Color information
#80732F (or 0x80732F) is known color: Pesto. HEX triplet: 80, 73 and 2F. RGB value is (128,115,47). Sum of RGB (Red+Green+Blue) = 128+115+47=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80732F is #7F8CD0. Grayscale: #6F6F6F. Windows color (decimal): -8359121 or 3109760. OLE color: 3109760.
HSL color Cylindrical-coordinate representation of color #80732F: hue angle of 50.37º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80732F is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 47 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.50 |
| HSL | 50.37º | 0.46% | 0.34% | - |
| HSV(B) | 50.37º | 0.63% | 0.5% | - |
| XYZ | 15.55 | 17.06 | 5.16 | - |
| YUV | 111.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 47 | 0 | 0.10 | 0.63 | 0.50 | 50.37 | 0.46 | 0.34 |
| Hex | 80 | 73 | 2F | 0 | A | 3F | 32 | 32 | 2E | 22 |
| Octal | 200 | 163 | 57 | 0 | 12 | 77 | 62 | 62 | 56 | 42 |
| Binary | 10000000 | 1110011 | 101111 | 0 | 1010 | 111111 | 110010 | 110010 | 101110 | 100010 |
Color Harmonies of #80732F
Complementary color
Monochromatic Colors of #80732F
Black with #80732F
Text Example
Text Example
White with #80732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80732F; }
p { color: rgb(128,115,47); }
H1.HeaderClassName
{
color: #80732F;
}
.AnyTagClassName
{
color: #80732F;
}
</style>
background-color css
<style>
a { background-color: #80732F; }
a { background-color: rgb(128,115,47); }
div.DivClassName
{
background-color: #80732F;
}
.BgClassName
{
background-color: #80732F;
}
</style>
border-color css
<style>
span { border-color: #80732F; }
span { border-color: rgb(128,115,47); }
td.TdClassName
{
border-color: #80732F;
}
.TagClassName
{
border-color: #80732F;
}
</style>