Shades of Pesto #81791D
Tints of Pesto #81791D
RGB
CMYK
RGB Variations
Color information
#81791D (or 0x81791D) is known color: Pesto. HEX triplet: 81, 79 and 1D. RGB value is (129,121,29). Sum of RGB (Red+Green+Blue) = 129+121+29=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #81791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81791D is #7E86E2. Grayscale: #717171. Windows color (decimal): -8292067 or 1931649. OLE color: 1931649.
HSL color Cylindrical-coordinate representation of color #81791D: hue angle of 55.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81791D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 121 | 29 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.49 |
| HSL | 55.2º | 0.63% | 0.31% | - |
| HSV(B) | 55.2º | 0.78% | 0.51% | - |
| XYZ | 16.11 | 18.43 | 3.87 | - |
| YUV | 112.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 29 | 0 | 0.06 | 0.78 | 0.49 | 55.2 | 0.63 | 0.31 |
| Hex | 81 | 79 | 1D | 0 | 6 | 4E | 31 | 37 | 3F | 1F |
| Octal | 201 | 171 | 35 | 0 | 6 | 116 | 61 | 67 | 77 | 37 |
| Binary | 10000001 | 1111001 | 11101 | 0 | 110 | 1001110 | 110001 | 110111 | 111111 | 11111 |
Color Harmonies of #81791D
Complementary color
Monochromatic Colors of #81791D
Black with #81791D
Text Example
Text Example
White with #81791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81791D; }
p { color: rgb(129,121,29); }
H1.HeaderClassName
{
color: #81791D;
}
.AnyTagClassName
{
color: #81791D;
}
</style>
background-color css
<style>
a { background-color: #81791D; }
a { background-color: rgb(129,121,29); }
div.DivClassName
{
background-color: #81791D;
}
.BgClassName
{
background-color: #81791D;
}
</style>
border-color css
<style>
span { border-color: #81791D; }
span { border-color: rgb(129,121,29); }
td.TdClassName
{
border-color: #81791D;
}
.TagClassName
{
border-color: #81791D;
}
</style>