Shades of Pesto #81793C
Tints of Pesto #81793C
RGB
CMYK
RGB Variations
Color information
#81793C (or 0x81793C) is known color: Pesto. HEX triplet: 81, 79 and 3C. RGB value is (129,121,60). Sum of RGB (Red+Green+Blue) = 129+121+60=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81793C is #7E86C3. Grayscale: #747474. Windows color (decimal): -8292036 or 3963265. OLE color: 3963265.
HSL color Cylindrical-coordinate representation of color #81793C: hue angle of 53.04º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81793C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 121 | 60 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.49 |
| HSL | 53.04º | 0.37% | 0.37% | - |
| HSV(B) | 53.04º | 0.53% | 0.51% | - |
| XYZ | 16.71 | 18.67 | 7 | - |
| YUV | 116.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 60 | 0 | 0.06 | 0.53 | 0.49 | 53.04 | 0.37 | 0.37 |
| Hex | 81 | 79 | 3C | 0 | 6 | 35 | 31 | 35 | 25 | 25 |
| Octal | 201 | 171 | 74 | 0 | 6 | 65 | 61 | 65 | 45 | 45 |
| Binary | 10000001 | 1111001 | 111100 | 0 | 110 | 110101 | 110001 | 110101 | 100101 | 100101 |
Color Harmonies of #81793C
Complementary color
Monochromatic Colors of #81793C
Black with #81793C
Text Example
Text Example
White with #81793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81793C; }
p { color: rgb(129,121,60); }
H1.HeaderClassName
{
color: #81793C;
}
.AnyTagClassName
{
color: #81793C;
}
</style>
background-color css
<style>
a { background-color: #81793C; }
a { background-color: rgb(129,121,60); }
div.DivClassName
{
background-color: #81793C;
}
.BgClassName
{
background-color: #81793C;
}
</style>
border-color css
<style>
span { border-color: #81793C; }
span { border-color: rgb(129,121,60); }
td.TdClassName
{
border-color: #81793C;
}
.TagClassName
{
border-color: #81793C;
}
</style>