Shades of Pesto #81732F
Tints of Pesto #81732F
RGB
CMYK
RGB Variations
Color information
#81732F (or 0x81732F) is known color: Pesto. HEX triplet: 81, 73 and 2F. RGB value is (129,115,47). Sum of RGB (Red+Green+Blue) = 129+115+47=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81732F is #7E8CD0. Grayscale: #6F6F6F. Windows color (decimal): -8293585 or 3109761. OLE color: 3109761.
HSL color Cylindrical-coordinate representation of color #81732F: hue angle of 49.76º 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 #81732F is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 115 | 47 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.49 |
| HSL | 49.76º | 0.47% | 0.35% | - |
| HSV(B) | 49.76º | 0.64% | 0.51% | - |
| XYZ | 15.7 | 17.13 | 5.17 | - |
| YUV | 111.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 47 | 0 | 0.11 | 0.64 | 0.49 | 49.76 | 0.47 | 0.35 |
| Hex | 81 | 73 | 2F | 0 | B | 40 | 31 | 32 | 2F | 23 |
| Octal | 201 | 163 | 57 | 0 | 13 | 100 | 61 | 62 | 57 | 43 |
| Binary | 10000001 | 1110011 | 101111 | 0 | 1011 | 1000000 | 110001 | 110010 | 101111 | 100011 |
Color Harmonies of #81732F
Complementary color
Monochromatic Colors of #81732F
Black with #81732F
Text Example
Text Example
White with #81732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81732F; }
p { color: rgb(129,115,47); }
H1.HeaderClassName
{
color: #81732F;
}
.AnyTagClassName
{
color: #81732F;
}
</style>
background-color css
<style>
a { background-color: #81732F; }
a { background-color: rgb(129,115,47); }
div.DivClassName
{
background-color: #81732F;
}
.BgClassName
{
background-color: #81732F;
}
</style>
border-color css
<style>
span { border-color: #81732F; }
span { border-color: rgb(129,115,47); }
td.TdClassName
{
border-color: #81732F;
}
.TagClassName
{
border-color: #81732F;
}
</style>