Shades of Pesto #857528
Tints of Pesto #857528
RGB
CMYK
RGB Variations
Color information
#857528 (or 0x857528) is known color: Pesto. HEX triplet: 85, 75 and 28. RGB value is (133,117,40). Sum of RGB (Red+Green+Blue) = 133+117+40=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #857528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857528 is #7A8AD7. Grayscale: #717171. Windows color (decimal): -8030936 or 2651525. OLE color: 2651525.
HSL color Cylindrical-coordinate representation of color #857528: hue angle of 49.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #857528 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 40 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.48 |
| HSL | 49.68º | 0.54% | 0.34% | - |
| HSV(B) | 49.68º | 0.7% | 0.52% | - |
| XYZ | 16.42 | 17.86 | 4.59 | - |
| YUV | 113.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 40 | 0 | 0.12 | 0.70 | 0.48 | 49.68 | 0.54 | 0.34 |
| Hex | 85 | 75 | 28 | 0 | C | 46 | 30 | 32 | 36 | 22 |
| Octal | 205 | 165 | 50 | 0 | 14 | 106 | 60 | 62 | 66 | 42 |
| Binary | 10000101 | 1110101 | 101000 | 0 | 1100 | 1000110 | 110000 | 110010 | 110110 | 100010 |
Color Harmonies of #857528
Complementary color
Monochromatic Colors of #857528
Black with #857528
Text Example
Text Example
White with #857528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857528; }
p { color: rgb(133,117,40); }
H1.HeaderClassName
{
color: #857528;
}
.AnyTagClassName
{
color: #857528;
}
</style>
background-color css
<style>
a { background-color: #857528; }
a { background-color: rgb(133,117,40); }
div.DivClassName
{
background-color: #857528;
}
.BgClassName
{
background-color: #857528;
}
</style>
border-color css
<style>
span { border-color: #857528; }
span { border-color: rgb(133,117,40); }
td.TdClassName
{
border-color: #857528;
}
.TagClassName
{
border-color: #857528;
}
</style>