Shades of Pesto #857A21
Tints of Pesto #857A21
RGB
CMYK
RGB Variations
Color information
#857A21 (or 0x857A21) is known color: Pesto. HEX triplet: 85, 7A and 21. RGB value is (133,122,33). Sum of RGB (Red+Green+Blue) = 133+122+33=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #857A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A21 is #7A85DE. Grayscale: #737373. Windows color (decimal): -8029663 or 2194053. OLE color: 2194053.
HSL color Cylindrical-coordinate representation of color #857A21: hue angle of 53.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #857A21 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 33 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.48 |
| HSL | 53.4º | 0.6% | 0.33% | - |
| HSV(B) | 53.4º | 0.75% | 0.52% | - |
| XYZ | 16.91 | 19.02 | 4.22 | - |
| YUV | 115.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 33 | 0 | 0.08 | 0.75 | 0.48 | 53.4 | 0.6 | 0.33 |
| Hex | 85 | 7A | 21 | 0 | 8 | 4B | 30 | 35 | 3C | 21 |
| Octal | 205 | 172 | 41 | 0 | 10 | 113 | 60 | 65 | 74 | 41 |
| Binary | 10000101 | 1111010 | 100001 | 0 | 1000 | 1001011 | 110000 | 110101 | 111100 | 100001 |
Color Harmonies of #857A21
Complementary color
Monochromatic Colors of #857A21
Black with #857A21
Text Example
Text Example
White with #857A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A21; }
p { color: rgb(133,122,33); }
H1.HeaderClassName
{
color: #857A21;
}
.AnyTagClassName
{
color: #857A21;
}
</style>
background-color css
<style>
a { background-color: #857A21; }
a { background-color: rgb(133,122,33); }
div.DivClassName
{
background-color: #857A21;
}
.BgClassName
{
background-color: #857A21;
}
</style>
border-color css
<style>
span { border-color: #857A21; }
span { border-color: rgb(133,122,33); }
td.TdClassName
{
border-color: #857A21;
}
.TagClassName
{
border-color: #857A21;
}
</style>