Shades of Pesto #81741D
Tints of Pesto #81741D
RGB
CMYK
RGB Variations
Color information
#81741D (or 0x81741D) is known color: Pesto. HEX triplet: 81, 74 and 1D. RGB value is (129,116,29). Sum of RGB (Red+Green+Blue) = 129+116+29=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81741D is #7E8BE2. Grayscale: #6E6E6E. Windows color (decimal): -8293347 or 1930369. OLE color: 1930369.
HSL color Cylindrical-coordinate representation of color #81741D: hue angle of 52.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 #81741D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 116 | 29 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.49 |
| HSL | 52.2º | 0.63% | 0.31% | - |
| HSV(B) | 52.2º | 0.78% | 0.51% | - |
| XYZ | 15.52 | 17.25 | 3.67 | - |
| YUV | 109.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 29 | 0 | 0.10 | 0.78 | 0.49 | 52.2 | 0.63 | 0.31 |
| Hex | 81 | 74 | 1D | 0 | A | 4E | 31 | 34 | 3F | 1F |
| Octal | 201 | 164 | 35 | 0 | 12 | 116 | 61 | 64 | 77 | 37 |
| Binary | 10000001 | 1110100 | 11101 | 0 | 1010 | 1001110 | 110001 | 110100 | 111111 | 11111 |
Color Harmonies of #81741D
Complementary color
Monochromatic Colors of #81741D
Black with #81741D
Text Example
Text Example
White with #81741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81741D; }
p { color: rgb(129,116,29); }
H1.HeaderClassName
{
color: #81741D;
}
.AnyTagClassName
{
color: #81741D;
}
</style>
background-color css
<style>
a { background-color: #81741D; }
a { background-color: rgb(129,116,29); }
div.DivClassName
{
background-color: #81741D;
}
.BgClassName
{
background-color: #81741D;
}
</style>
border-color css
<style>
span { border-color: #81741D; }
span { border-color: rgb(129,116,29); }
td.TdClassName
{
border-color: #81741D;
}
.TagClassName
{
border-color: #81741D;
}
</style>