Shades of Pesto #81712F
Tints of Pesto #81712F
RGB
CMYK
RGB Variations
Color information
#81712F (or 0x81712F) is known color: Pesto. HEX triplet: 81, 71 and 2F. RGB value is (129,113,47). Sum of RGB (Red+Green+Blue) = 129+113+47=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81712F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81712F is #7E8ED0. Grayscale: #6E6E6E. Windows color (decimal): -8294097 or 3109249. OLE color: 3109249.
HSL color Cylindrical-coordinate representation of color #81712F: hue angle of 48.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81712F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 113 | 47 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.49 |
| HSL | 48.29º | 0.47% | 0.35% | - |
| HSV(B) | 48.29º | 0.64% | 0.51% | - |
| XYZ | 15.47 | 16.68 | 5.09 | - |
| YUV | 110.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 47 | 0 | 0.12 | 0.64 | 0.49 | 48.29 | 0.47 | 0.35 |
| Hex | 81 | 71 | 2F | 0 | C | 40 | 31 | 30 | 2F | 23 |
| Octal | 201 | 161 | 57 | 0 | 14 | 100 | 61 | 60 | 57 | 43 |
| Binary | 10000001 | 1110001 | 101111 | 0 | 1100 | 1000000 | 110001 | 110000 | 101111 | 100011 |
Color Harmonies of #81712F
Complementary color
Monochromatic Colors of #81712F
Black with #81712F
Text Example
Text Example
White with #81712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81712F; }
p { color: rgb(129,113,47); }
H1.HeaderClassName
{
color: #81712F;
}
.AnyTagClassName
{
color: #81712F;
}
</style>
background-color css
<style>
a { background-color: #81712F; }
a { background-color: rgb(129,113,47); }
div.DivClassName
{
background-color: #81712F;
}
.BgClassName
{
background-color: #81712F;
}
</style>
border-color css
<style>
span { border-color: #81712F; }
span { border-color: rgb(129,113,47); }
td.TdClassName
{
border-color: #81712F;
}
.TagClassName
{
border-color: #81712F;
}
</style>