Shades of Pesto #857529
Tints of Pesto #857529
RGB
CMYK
RGB Variations
Color information
#857529 (or 0x857529) is known color: Pesto. HEX triplet: 85, 75 and 29. RGB value is (133,117,41). Sum of RGB (Red+Green+Blue) = 133+117+41=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #857529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857529 is #7A8AD6. Grayscale: #717171. Windows color (decimal): -8030935 or 2717061. OLE color: 2717061.
HSL color Cylindrical-coordinate representation of color #857529: hue angle of 49.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #857529 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 41 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.48 |
| HSL | 49.57º | 0.53% | 0.34% | - |
| HSV(B) | 49.57º | 0.69% | 0.52% | - |
| XYZ | 16.43 | 17.87 | 4.68 | - |
| YUV | 113.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 41 | 0 | 0.12 | 0.69 | 0.48 | 49.57 | 0.53 | 0.34 |
| Hex | 85 | 75 | 29 | 0 | C | 45 | 30 | 32 | 35 | 22 |
| Octal | 205 | 165 | 51 | 0 | 14 | 105 | 60 | 62 | 65 | 42 |
| Binary | 10000101 | 1110101 | 101001 | 0 | 1100 | 1000101 | 110000 | 110010 | 110101 | 100010 |
Color Harmonies of #857529
Complementary color
Monochromatic Colors of #857529
Black with #857529
Text Example
Text Example
White with #857529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857529; }
p { color: rgb(133,117,41); }
H1.HeaderClassName
{
color: #857529;
}
.AnyTagClassName
{
color: #857529;
}
</style>
background-color css
<style>
a { background-color: #857529; }
a { background-color: rgb(133,117,41); }
div.DivClassName
{
background-color: #857529;
}
.BgClassName
{
background-color: #857529;
}
</style>
border-color css
<style>
span { border-color: #857529; }
span { border-color: rgb(133,117,41); }
td.TdClassName
{
border-color: #857529;
}
.TagClassName
{
border-color: #857529;
}
</style>