Shades of Pesto #857D2D
Tints of Pesto #857D2D
RGB
CMYK
RGB Variations
Color information
#857D2D (or 0x857D2D) is known color: Pesto. HEX triplet: 85, 7D and 2D. RGB value is (133,125,45). Sum of RGB (Red+Green+Blue) = 133+125+45=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #857D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D2D is #7A82D2. Grayscale: #767676. Windows color (decimal): -8028883 or 2981253. OLE color: 2981253.
HSL color Cylindrical-coordinate representation of color #857D2D: hue angle of 54.55º 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 #857D2D is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 125 | 45 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.48 |
| HSL | 54.55º | 0.49% | 0.35% | - |
| HSV(B) | 54.55º | 0.66% | 0.52% | - |
| XYZ | 17.48 | 19.84 | 5.39 | - |
| YUV | 118.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 45 | 0 | 0.06 | 0.66 | 0.48 | 54.55 | 0.49 | 0.35 |
| Hex | 85 | 7D | 2D | 0 | 6 | 42 | 30 | 37 | 31 | 23 |
| Octal | 205 | 175 | 55 | 0 | 6 | 102 | 60 | 67 | 61 | 43 |
| Binary | 10000101 | 1111101 | 101101 | 0 | 110 | 1000010 | 110000 | 110111 | 110001 | 100011 |
Color Harmonies of #857D2D
Complementary color
Monochromatic Colors of #857D2D
Black with #857D2D
Text Example
Text Example
White with #857D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D2D; }
p { color: rgb(133,125,45); }
H1.HeaderClassName
{
color: #857D2D;
}
.AnyTagClassName
{
color: #857D2D;
}
</style>
background-color css
<style>
a { background-color: #857D2D; }
a { background-color: rgb(133,125,45); }
div.DivClassName
{
background-color: #857D2D;
}
.BgClassName
{
background-color: #857D2D;
}
</style>
border-color css
<style>
span { border-color: #857D2D; }
span { border-color: rgb(133,125,45); }
td.TdClassName
{
border-color: #857D2D;
}
.TagClassName
{
border-color: #857D2D;
}
</style>