Shades of Pesto #817B32
Tints of Pesto #817B32
RGB
CMYK
RGB Variations
Color information
#817B32 (or 0x817B32) is known color: Pesto. HEX triplet: 81, 7B and 32. RGB value is (129,123,50). Sum of RGB (Red+Green+Blue) = 129+123+50=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #817B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817B32 is #7E84CD. Grayscale: #747474. Windows color (decimal): -8291534 or 3308417. OLE color: 3308417.
HSL color Cylindrical-coordinate representation of color #817B32: hue angle of 55.44º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #817B32 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 123 | 50 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.49 |
| HSL | 55.44º | 0.44% | 0.35% | - |
| HSV(B) | 55.44º | 0.61% | 0.51% | - |
| XYZ | 16.71 | 19.06 | 5.82 | - |
| YUV | 116.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 50 | 0 | 0.05 | 0.61 | 0.49 | 55.44 | 0.44 | 0.35 |
| Hex | 81 | 7B | 32 | 0 | 5 | 3D | 31 | 37 | 2C | 23 |
| Octal | 201 | 173 | 62 | 0 | 5 | 75 | 61 | 67 | 54 | 43 |
| Binary | 10000001 | 1111011 | 110010 | 0 | 101 | 111101 | 110001 | 110111 | 101100 | 100011 |
Color Harmonies of #817B32
Complementary color
Monochromatic Colors of #817B32
Black with #817B32
Text Example
Text Example
White with #817B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B32; }
p { color: rgb(129,123,50); }
H1.HeaderClassName
{
color: #817B32;
}
.AnyTagClassName
{
color: #817B32;
}
</style>
background-color css
<style>
a { background-color: #817B32; }
a { background-color: rgb(129,123,50); }
div.DivClassName
{
background-color: #817B32;
}
.BgClassName
{
background-color: #817B32;
}
</style>
border-color css
<style>
span { border-color: #817B32; }
span { border-color: rgb(129,123,50); }
td.TdClassName
{
border-color: #817B32;
}
.TagClassName
{
border-color: #817B32;
}
</style>