Shades of Pesto #81752C
Tints of Pesto #81752C
RGB
CMYK
RGB Variations
Color information
#81752C (or 0x81752C) is known color: Pesto. HEX triplet: 81, 75 and 2C. RGB value is (129,117,44). Sum of RGB (Red+Green+Blue) = 129+117+44=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #81752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81752C is #7E8AD3. Grayscale: #707070. Windows color (decimal): -8293076 or 2913665. OLE color: 2913665.
HSL color Cylindrical-coordinate representation of color #81752C: hue angle of 51.53º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81752C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 117 | 44 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.49 |
| HSL | 51.53º | 0.49% | 0.34% | - |
| HSV(B) | 51.53º | 0.66% | 0.51% | - |
| XYZ | 15.87 | 17.57 | 4.94 | - |
| YUV | 112.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 117 | 44 | 0 | 0.09 | 0.66 | 0.49 | 51.53 | 0.49 | 0.34 |
| Hex | 81 | 75 | 2C | 0 | 9 | 42 | 31 | 34 | 31 | 22 |
| Octal | 201 | 165 | 54 | 0 | 11 | 102 | 61 | 64 | 61 | 42 |
| Binary | 10000001 | 1110101 | 101100 | 0 | 1001 | 1000010 | 110001 | 110100 | 110001 | 100010 |
Color Harmonies of #81752C
Complementary color
Monochromatic Colors of #81752C
Black with #81752C
Text Example
Text Example
White with #81752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81752C; }
p { color: rgb(129,117,44); }
H1.HeaderClassName
{
color: #81752C;
}
.AnyTagClassName
{
color: #81752C;
}
</style>
background-color css
<style>
a { background-color: #81752C; }
a { background-color: rgb(129,117,44); }
div.DivClassName
{
background-color: #81752C;
}
.BgClassName
{
background-color: #81752C;
}
</style>
border-color css
<style>
span { border-color: #81752C; }
span { border-color: rgb(129,117,44); }
td.TdClassName
{
border-color: #81752C;
}
.TagClassName
{
border-color: #81752C;
}
</style>