Shades of Pesto #85762C
Tints of Pesto #85762C
RGB
CMYK
RGB Variations
Color information
#85762C (or 0x85762C) is known color: Pesto. HEX triplet: 85, 76 and 2C. RGB value is (133,118,44). Sum of RGB (Red+Green+Blue) = 133+118+44=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85762C is #7A89D3. Grayscale: #727272. Windows color (decimal): -8030676 or 2913925. OLE color: 2913925.
HSL color Cylindrical-coordinate representation of color #85762C: hue angle of 49.89º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85762C is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 44 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.48 |
| HSL | 49.89º | 0.5% | 0.35% | - |
| HSV(B) | 49.89º | 0.67% | 0.52% | - |
| XYZ | 16.61 | 18.13 | 5.01 | - |
| YUV | 114.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 44 | 0 | 0.11 | 0.67 | 0.48 | 49.89 | 0.5 | 0.35 |
| Hex | 85 | 76 | 2C | 0 | B | 43 | 30 | 32 | 32 | 23 |
| Octal | 205 | 166 | 54 | 0 | 13 | 103 | 60 | 62 | 62 | 43 |
| Binary | 10000101 | 1110110 | 101100 | 0 | 1011 | 1000011 | 110000 | 110010 | 110010 | 100011 |
Color Harmonies of #85762C
Complementary color
Monochromatic Colors of #85762C
Black with #85762C
Text Example
Text Example
White with #85762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85762C; }
p { color: rgb(133,118,44); }
H1.HeaderClassName
{
color: #85762C;
}
.AnyTagClassName
{
color: #85762C;
}
</style>
background-color css
<style>
a { background-color: #85762C; }
a { background-color: rgb(133,118,44); }
div.DivClassName
{
background-color: #85762C;
}
.BgClassName
{
background-color: #85762C;
}
</style>
border-color css
<style>
span { border-color: #85762C; }
span { border-color: rgb(133,118,44); }
td.TdClassName
{
border-color: #85762C;
}
.TagClassName
{
border-color: #85762C;
}
</style>