Shades of Pesto #81781E
Tints of Pesto #81781E
RGB
CMYK
RGB Variations
Color information
#81781E (or 0x81781E) is known color: Pesto. HEX triplet: 81, 78 and 1E. RGB value is (129,120,30). Sum of RGB (Red+Green+Blue) = 129+120+30=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #81781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81781E is #7E87E1. Grayscale: #707070. Windows color (decimal): -8292322 or 1996929. OLE color: 1996929.
HSL color Cylindrical-coordinate representation of color #81781E: hue angle of 54.55º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81781E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 120 | 30 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.49 |
| HSL | 54.55º | 0.62% | 0.31% | - |
| HSV(B) | 54.55º | 0.77% | 0.51% | - |
| XYZ | 16 | 18.19 | 3.9 | - |
| YUV | 112.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 30 | 0 | 0.07 | 0.77 | 0.49 | 54.55 | 0.62 | 0.31 |
| Hex | 81 | 78 | 1E | 0 | 7 | 4D | 31 | 37 | 3E | 1F |
| Octal | 201 | 170 | 36 | 0 | 7 | 115 | 61 | 67 | 76 | 37 |
| Binary | 10000001 | 1111000 | 11110 | 0 | 111 | 1001101 | 110001 | 110111 | 111110 | 11111 |
Color Harmonies of #81781E
Complementary color
Monochromatic Colors of #81781E
Black with #81781E
Text Example
Text Example
White with #81781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81781E; }
p { color: rgb(129,120,30); }
H1.HeaderClassName
{
color: #81781E;
}
.AnyTagClassName
{
color: #81781E;
}
</style>
background-color css
<style>
a { background-color: #81781E; }
a { background-color: rgb(129,120,30); }
div.DivClassName
{
background-color: #81781E;
}
.BgClassName
{
background-color: #81781E;
}
</style>
border-color css
<style>
span { border-color: #81781E; }
span { border-color: rgb(129,120,30); }
td.TdClassName
{
border-color: #81781E;
}
.TagClassName
{
border-color: #81781E;
}
</style>