Shades of Pesto #807428
Tints of Pesto #807428
RGB
CMYK
RGB Variations
Color information
#807428 (or 0x807428) is known color: Pesto. HEX triplet: 80, 74 and 28. RGB value is (128,116,40). Sum of RGB (Red+Green+Blue) = 128+116+40=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #807428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807428 is #7F8BD7. Grayscale: #6F6F6F. Windows color (decimal): -8358872 or 2651264. OLE color: 2651264.
HSL color Cylindrical-coordinate representation of color #807428: hue angle of 51.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #807428 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 116 | 40 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.50 |
| HSL | 51.82º | 0.52% | 0.33% | - |
| HSV(B) | 51.82º | 0.69% | 0.5% | - |
| XYZ | 15.53 | 17.23 | 4.52 | - |
| YUV | 110.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 40 | 0 | 0.09 | 0.69 | 0.50 | 51.82 | 0.52 | 0.33 |
| Hex | 80 | 74 | 28 | 0 | 9 | 45 | 32 | 34 | 34 | 21 |
| Octal | 200 | 164 | 50 | 0 | 11 | 105 | 62 | 64 | 64 | 41 |
| Binary | 10000000 | 1110100 | 101000 | 0 | 1001 | 1000101 | 110010 | 110100 | 110100 | 100001 |
Color Harmonies of #807428
Complementary color
Monochromatic Colors of #807428
Black with #807428
Text Example
Text Example
White with #807428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807428; }
p { color: rgb(128,116,40); }
H1.HeaderClassName
{
color: #807428;
}
.AnyTagClassName
{
color: #807428;
}
</style>
background-color css
<style>
a { background-color: #807428; }
a { background-color: rgb(128,116,40); }
div.DivClassName
{
background-color: #807428;
}
.BgClassName
{
background-color: #807428;
}
</style>
border-color css
<style>
span { border-color: #807428; }
span { border-color: rgb(128,116,40); }
td.TdClassName
{
border-color: #807428;
}
.TagClassName
{
border-color: #807428;
}
</style>