Shades of Pesto #81742B
Tints of Pesto #81742B
RGB
CMYK
RGB Variations
Color information
#81742B (or 0x81742B) is known color: Pesto. HEX triplet: 81, 74 and 2B. RGB value is (129,116,43). Sum of RGB (Red+Green+Blue) = 129+116+43=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #81742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81742B is #7E8BD4. Grayscale: #6F6F6F. Windows color (decimal): -8293333 or 2847873. OLE color: 2847873.
HSL color Cylindrical-coordinate representation of color #81742B: hue angle of 50.93º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81742B is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 116 | 43 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.49 |
| HSL | 50.93º | 0.5% | 0.34% | - |
| HSV(B) | 50.93º | 0.67% | 0.51% | - |
| XYZ | 15.73 | 17.33 | 4.8 | - |
| YUV | 111.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 43 | 0 | 0.10 | 0.67 | 0.49 | 50.93 | 0.5 | 0.34 |
| Hex | 81 | 74 | 2B | 0 | A | 43 | 31 | 33 | 32 | 22 |
| Octal | 201 | 164 | 53 | 0 | 12 | 103 | 61 | 63 | 62 | 42 |
| Binary | 10000001 | 1110100 | 101011 | 0 | 1010 | 1000011 | 110001 | 110011 | 110010 | 100010 |
Color Harmonies of #81742B
Complementary color
Monochromatic Colors of #81742B
Black with #81742B
Text Example
Text Example
White with #81742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81742B; }
p { color: rgb(129,116,43); }
H1.HeaderClassName
{
color: #81742B;
}
.AnyTagClassName
{
color: #81742B;
}
</style>
background-color css
<style>
a { background-color: #81742B; }
a { background-color: rgb(129,116,43); }
div.DivClassName
{
background-color: #81742B;
}
.BgClassName
{
background-color: #81742B;
}
</style>
border-color css
<style>
span { border-color: #81742B; }
span { border-color: rgb(129,116,43); }
td.TdClassName
{
border-color: #81742B;
}
.TagClassName
{
border-color: #81742B;
}
</style>