Shades of Pesto #85793C
Tints of Pesto #85793C
RGB
CMYK
RGB Variations
Color information
#85793C (or 0x85793C) is known color: Pesto. HEX triplet: 85, 79 and 3C. RGB value is (133,121,60). Sum of RGB (Red+Green+Blue) = 133+121+60=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85793C is #7A86C3. Grayscale: #757575. Windows color (decimal): -8029892 or 3963269. OLE color: 3963269.
HSL color Cylindrical-coordinate representation of color #85793C: hue angle of 50.14º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85793C is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 60 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.48 |
| HSL | 50.14º | 0.38% | 0.38% | - |
| HSV(B) | 50.14º | 0.55% | 0.52% | - |
| XYZ | 17.33 | 18.99 | 7.03 | - |
| YUV | 117.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 60 | 0 | 0.09 | 0.55 | 0.48 | 50.14 | 0.38 | 0.38 |
| Hex | 85 | 79 | 3C | 0 | 9 | 37 | 30 | 32 | 26 | 26 |
| Octal | 205 | 171 | 74 | 0 | 11 | 67 | 60 | 62 | 46 | 46 |
| Binary | 10000101 | 1111001 | 111100 | 0 | 1001 | 110111 | 110000 | 110010 | 100110 | 100110 |
Color Harmonies of #85793C
Complementary color
Monochromatic Colors of #85793C
Black with #85793C
Text Example
Text Example
White with #85793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85793C; }
p { color: rgb(133,121,60); }
H1.HeaderClassName
{
color: #85793C;
}
.AnyTagClassName
{
color: #85793C;
}
</style>
background-color css
<style>
a { background-color: #85793C; }
a { background-color: rgb(133,121,60); }
div.DivClassName
{
background-color: #85793C;
}
.BgClassName
{
background-color: #85793C;
}
</style>
border-color css
<style>
span { border-color: #85793C; }
span { border-color: rgb(133,121,60); }
td.TdClassName
{
border-color: #85793C;
}
.TagClassName
{
border-color: #85793C;
}
</style>