Shades of Pesto #807133
Tints of Pesto #807133
RGB
CMYK
RGB Variations
Color information
#807133 (or 0x807133) is known color: Pesto. HEX triplet: 80, 71 and 33. RGB value is (128,113,51). Sum of RGB (Red+Green+Blue) = 128+113+51=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #807133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807133 is #7F8ECC. Grayscale: #6E6E6E. Windows color (decimal): -8359629 or 3371392. OLE color: 3371392.
HSL color Cylindrical-coordinate representation of color #807133: hue angle of 48.31º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #807133 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 51 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.50 |
| HSL | 48.31º | 0.43% | 0.35% | - |
| HSV(B) | 48.31º | 0.6% | 0.5% | - |
| XYZ | 15.4 | 16.64 | 5.53 | - |
| YUV | 110.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 51 | 0 | 0.12 | 0.60 | 0.50 | 48.31 | 0.43 | 0.35 |
| Hex | 80 | 71 | 33 | 0 | C | 3C | 32 | 30 | 2B | 23 |
| Octal | 200 | 161 | 63 | 0 | 14 | 74 | 62 | 60 | 53 | 43 |
| Binary | 10000000 | 1110001 | 110011 | 0 | 1100 | 111100 | 110010 | 110000 | 101011 | 100011 |
Color Harmonies of #807133
Complementary color
Monochromatic Colors of #807133
Black with #807133
Text Example
Text Example
White with #807133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807133; }
p { color: rgb(128,113,51); }
H1.HeaderClassName
{
color: #807133;
}
.AnyTagClassName
{
color: #807133;
}
</style>
background-color css
<style>
a { background-color: #807133; }
a { background-color: rgb(128,113,51); }
div.DivClassName
{
background-color: #807133;
}
.BgClassName
{
background-color: #807133;
}
</style>
border-color css
<style>
span { border-color: #807133; }
span { border-color: rgb(128,113,51); }
td.TdClassName
{
border-color: #807133;
}
.TagClassName
{
border-color: #807133;
}
</style>