Shades of Pesto #857B2D
Tints of Pesto #857B2D
RGB
CMYK
RGB Variations
Color information
#857B2D (or 0x857B2D) is known color: Pesto. HEX triplet: 85, 7B and 2D. RGB value is (133,123,45). Sum of RGB (Red+Green+Blue) = 133+123+45=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #857B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B2D is #7A84D2. Grayscale: #757575. Windows color (decimal): -8029395 or 2980741. OLE color: 2980741.
HSL color Cylindrical-coordinate representation of color #857B2D: hue angle of 53.18º 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 #857B2D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 45 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.48 |
| HSL | 53.18º | 0.49% | 0.35% | - |
| HSV(B) | 53.18º | 0.66% | 0.52% | - |
| XYZ | 17.23 | 19.34 | 5.31 | - |
| YUV | 117.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 45 | 0 | 0.08 | 0.66 | 0.48 | 53.18 | 0.49 | 0.35 |
| Hex | 85 | 7B | 2D | 0 | 8 | 42 | 30 | 35 | 31 | 23 |
| Octal | 205 | 173 | 55 | 0 | 10 | 102 | 60 | 65 | 61 | 43 |
| Binary | 10000101 | 1111011 | 101101 | 0 | 1000 | 1000010 | 110000 | 110101 | 110001 | 100011 |
Color Harmonies of #857B2D
Complementary color
Monochromatic Colors of #857B2D
Black with #857B2D
Text Example
Text Example
White with #857B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B2D; }
p { color: rgb(133,123,45); }
H1.HeaderClassName
{
color: #857B2D;
}
.AnyTagClassName
{
color: #857B2D;
}
</style>
background-color css
<style>
a { background-color: #857B2D; }
a { background-color: rgb(133,123,45); }
div.DivClassName
{
background-color: #857B2D;
}
.BgClassName
{
background-color: #857B2D;
}
</style>
border-color css
<style>
span { border-color: #857B2D; }
span { border-color: rgb(133,123,45); }
td.TdClassName
{
border-color: #857B2D;
}
.TagClassName
{
border-color: #857B2D;
}
</style>