Shades of Pesto #81753B
Tints of Pesto #81753B
RGB
CMYK
RGB Variations
Color information
#81753B (or 0x81753B) is known color: Pesto. HEX triplet: 81, 75 and 3B. RGB value is (129,117,59). Sum of RGB (Red+Green+Blue) = 129+117+59=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #81753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81753B is #7E8AC4. Grayscale: #727272. Windows color (decimal): -8293061 or 3896705. OLE color: 3896705.
HSL color Cylindrical-coordinate representation of color #81753B: hue angle of 49.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81753B is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 117 | 59 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.49 |
| HSL | 49.71º | 0.37% | 0.37% | - |
| HSV(B) | 49.71º | 0.54% | 0.51% | - |
| XYZ | 16.2 | 17.71 | 6.7 | - |
| YUV | 113.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 117 | 59 | 0 | 0.09 | 0.54 | 0.49 | 49.71 | 0.37 | 0.37 |
| Hex | 81 | 75 | 3B | 0 | 9 | 36 | 31 | 32 | 25 | 25 |
| Octal | 201 | 165 | 73 | 0 | 11 | 66 | 61 | 62 | 45 | 45 |
| Binary | 10000001 | 1110101 | 111011 | 0 | 1001 | 110110 | 110001 | 110010 | 100101 | 100101 |
Color Harmonies of #81753B
Complementary color
Monochromatic Colors of #81753B
Black with #81753B
Text Example
Text Example
White with #81753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81753B; }
p { color: rgb(129,117,59); }
H1.HeaderClassName
{
color: #81753B;
}
.AnyTagClassName
{
color: #81753B;
}
</style>
background-color css
<style>
a { background-color: #81753B; }
a { background-color: rgb(129,117,59); }
div.DivClassName
{
background-color: #81753B;
}
.BgClassName
{
background-color: #81753B;
}
</style>
border-color css
<style>
span { border-color: #81753B; }
span { border-color: rgb(129,117,59); }
td.TdClassName
{
border-color: #81753B;
}
.TagClassName
{
border-color: #81753B;
}
</style>