Shades of Pesto #816F2D
Tints of Pesto #816F2D
RGB
CMYK
RGB Variations
Color information
#816F2D (or 0x816F2D) is known color: Pesto. HEX triplet: 81, 6F and 2D. RGB value is (129,111,45). Sum of RGB (Red+Green+Blue) = 129+111+45=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #816F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816F2D is #7E90D2. Grayscale: #6D6D6D. Windows color (decimal): -8294611 or 2977665. OLE color: 2977665.
HSL color Cylindrical-coordinate representation of color #816F2D: hue angle of 47.14º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #816F2D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 45 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.49 |
| HSL | 47.14º | 0.48% | 0.34% | - |
| HSV(B) | 47.14º | 0.65% | 0.51% | - |
| XYZ | 15.21 | 16.23 | 4.81 | - |
| YUV | 108.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 45 | 0 | 0.14 | 0.65 | 0.49 | 47.14 | 0.48 | 0.34 |
| Hex | 81 | 6F | 2D | 0 | E | 41 | 31 | 2F | 30 | 22 |
| Octal | 201 | 157 | 55 | 0 | 16 | 101 | 61 | 57 | 60 | 42 |
| Binary | 10000001 | 1101111 | 101101 | 0 | 1110 | 1000001 | 110001 | 101111 | 110000 | 100010 |
Color Harmonies of #816F2D
Complementary color
Monochromatic Colors of #816F2D
Black with #816F2D
Text Example
Text Example
White with #816F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F2D; }
p { color: rgb(129,111,45); }
H1.HeaderClassName
{
color: #816F2D;
}
.AnyTagClassName
{
color: #816F2D;
}
</style>
background-color css
<style>
a { background-color: #816F2D; }
a { background-color: rgb(129,111,45); }
div.DivClassName
{
background-color: #816F2D;
}
.BgClassName
{
background-color: #816F2D;
}
</style>
border-color css
<style>
span { border-color: #816F2D; }
span { border-color: rgb(129,111,45); }
td.TdClassName
{
border-color: #816F2D;
}
.TagClassName
{
border-color: #816F2D;
}
</style>