Shades of Pesto #85781E
Tints of Pesto #85781E
RGB
CMYK
RGB Variations
Color information
#85781E (or 0x85781E) is known color: Pesto. HEX triplet: 85, 78 and 1E. RGB value is (133,120,30). Sum of RGB (Red+Green+Blue) = 133+120+30=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85781E is #7A87E1. Grayscale: #717171. Windows color (decimal): -8030178 or 1996933. OLE color: 1996933.
HSL color Cylindrical-coordinate representation of color #85781E: hue angle of 52.43º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85781E is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 30 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.48 |
| HSL | 52.43º | 0.63% | 0.32% | - |
| HSV(B) | 52.43º | 0.77% | 0.52% | - |
| XYZ | 16.62 | 18.51 | 3.93 | - |
| YUV | 113.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 30 | 0 | 0.10 | 0.77 | 0.48 | 52.43 | 0.63 | 0.32 |
| Hex | 85 | 78 | 1E | 0 | A | 4D | 30 | 34 | 3F | 20 |
| Octal | 205 | 170 | 36 | 0 | 12 | 115 | 60 | 64 | 77 | 40 |
| Binary | 10000101 | 1111000 | 11110 | 0 | 1010 | 1001101 | 110000 | 110100 | 111111 | 100000 |
Color Harmonies of #85781E
Complementary color
Monochromatic Colors of #85781E
Black with #85781E
Text Example
Text Example
White with #85781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85781E; }
p { color: rgb(133,120,30); }
H1.HeaderClassName
{
color: #85781E;
}
.AnyTagClassName
{
color: #85781E;
}
</style>
background-color css
<style>
a { background-color: #85781E; }
a { background-color: rgb(133,120,30); }
div.DivClassName
{
background-color: #85781E;
}
.BgClassName
{
background-color: #85781E;
}
</style>
border-color css
<style>
span { border-color: #85781E; }
span { border-color: rgb(133,120,30); }
td.TdClassName
{
border-color: #85781E;
}
.TagClassName
{
border-color: #85781E;
}
</style>