Shades of Pesto #85762D
Tints of Pesto #85762D
RGB
CMYK
RGB Variations
Color information
#85762D (or 0x85762D) is known color: Pesto. HEX triplet: 85, 76 and 2D. RGB value is (133,118,45). Sum of RGB (Red+Green+Blue) = 133+118+45=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85762D is #7A89D2. Grayscale: #727272. Windows color (decimal): -8030675 or 2979461. OLE color: 2979461.
HSL color Cylindrical-coordinate representation of color #85762D: hue angle of 49.77º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85762D is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 45 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.48 |
| HSL | 49.77º | 0.49% | 0.35% | - |
| HSV(B) | 49.77º | 0.66% | 0.52% | - |
| XYZ | 16.62 | 18.13 | 5.11 | - |
| YUV | 114.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 45 | 0 | 0.11 | 0.66 | 0.48 | 49.77 | 0.49 | 0.35 |
| Hex | 85 | 76 | 2D | 0 | B | 42 | 30 | 32 | 31 | 23 |
| Octal | 205 | 166 | 55 | 0 | 13 | 102 | 60 | 62 | 61 | 43 |
| Binary | 10000101 | 1110110 | 101101 | 0 | 1011 | 1000010 | 110000 | 110010 | 110001 | 100011 |
Color Harmonies of #85762D
Complementary color
Monochromatic Colors of #85762D
Black with #85762D
Text Example
Text Example
White with #85762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85762D; }
p { color: rgb(133,118,45); }
H1.HeaderClassName
{
color: #85762D;
}
.AnyTagClassName
{
color: #85762D;
}
</style>
background-color css
<style>
a { background-color: #85762D; }
a { background-color: rgb(133,118,45); }
div.DivClassName
{
background-color: #85762D;
}
.BgClassName
{
background-color: #85762D;
}
</style>
border-color css
<style>
span { border-color: #85762D; }
span { border-color: rgb(133,118,45); }
td.TdClassName
{
border-color: #85762D;
}
.TagClassName
{
border-color: #85762D;
}
</style>