Shades of Pesto #857B22
Tints of Pesto #857B22
RGB
CMYK
RGB Variations
Color information
#857B22 (or 0x857B22) is known color: Pesto. HEX triplet: 85, 7B and 22. RGB value is (133,123,34). Sum of RGB (Red+Green+Blue) = 133+123+34=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #857B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B22 is #7A84DD. Grayscale: #747474. Windows color (decimal): -8029406 or 2259845. OLE color: 2259845.
HSL color Cylindrical-coordinate representation of color #857B22: hue angle of 53.94º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #857B22 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 34 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.48 |
| HSL | 53.94º | 0.59% | 0.33% | - |
| HSV(B) | 53.94º | 0.74% | 0.52% | - |
| XYZ | 17.04 | 19.27 | 4.33 | - |
| YUV | 115.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 34 | 0 | 0.08 | 0.74 | 0.48 | 53.94 | 0.59 | 0.33 |
| Hex | 85 | 7B | 22 | 0 | 8 | 4A | 30 | 36 | 3B | 21 |
| Octal | 205 | 173 | 42 | 0 | 10 | 112 | 60 | 66 | 73 | 41 |
| Binary | 10000101 | 1111011 | 100010 | 0 | 1000 | 1001010 | 110000 | 110110 | 111011 | 100001 |
Color Harmonies of #857B22
Complementary color
Monochromatic Colors of #857B22
Black with #857B22
Text Example
Text Example
White with #857B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B22; }
p { color: rgb(133,123,34); }
H1.HeaderClassName
{
color: #857B22;
}
.AnyTagClassName
{
color: #857B22;
}
</style>
background-color css
<style>
a { background-color: #857B22; }
a { background-color: rgb(133,123,34); }
div.DivClassName
{
background-color: #857B22;
}
.BgClassName
{
background-color: #857B22;
}
</style>
border-color css
<style>
span { border-color: #857B22; }
span { border-color: rgb(133,123,34); }
td.TdClassName
{
border-color: #857B22;
}
.TagClassName
{
border-color: #857B22;
}
</style>