Shades of Pesto #857A1B
Tints of Pesto #857A1B
RGB
CMYK
RGB Variations
Color information
#857A1B (or 0x857A1B) is known color: Pesto. HEX triplet: 85, 7A and 1B. RGB value is (133,122,27). Sum of RGB (Red+Green+Blue) = 133+122+27=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #857A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A1B is #7A85E4. Grayscale: #727272. Windows color (decimal): -8029669 or 1800837. OLE color: 1800837.
HSL color Cylindrical-coordinate representation of color #857A1B: hue angle of 53.77º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #857A1B is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 27 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.48 |
| HSL | 53.77º | 0.66% | 0.31% | - |
| HSV(B) | 53.77º | 0.8% | 0.52% | - |
| XYZ | 16.83 | 18.98 | 3.81 | - |
| YUV | 114.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 27 | 0 | 0.08 | 0.80 | 0.48 | 53.77 | 0.66 | 0.31 |
| Hex | 85 | 7A | 1B | 0 | 8 | 50 | 30 | 36 | 42 | 1F |
| Octal | 205 | 172 | 33 | 0 | 10 | 120 | 60 | 66 | 102 | 37 |
| Binary | 10000101 | 1111010 | 11011 | 0 | 1000 | 1010000 | 110000 | 110110 | 1000010 | 11111 |
Color Harmonies of #857A1B
Complementary color
Monochromatic Colors of #857A1B
Black with #857A1B
Text Example
Text Example
White with #857A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A1B; }
p { color: rgb(133,122,27); }
H1.HeaderClassName
{
color: #857A1B;
}
.AnyTagClassName
{
color: #857A1B;
}
</style>
background-color css
<style>
a { background-color: #857A1B; }
a { background-color: rgb(133,122,27); }
div.DivClassName
{
background-color: #857A1B;
}
.BgClassName
{
background-color: #857A1B;
}
</style>
border-color css
<style>
span { border-color: #857A1B; }
span { border-color: rgb(133,122,27); }
td.TdClassName
{
border-color: #857A1B;
}
.TagClassName
{
border-color: #857A1B;
}
</style>