Shades of Pesto #857B2A
Tints of Pesto #857B2A
RGB
CMYK
RGB Variations
Color information
#857B2A (or 0x857B2A) is known color: Pesto. HEX triplet: 85, 7B and 2A. RGB value is (133,123,42). Sum of RGB (Red+Green+Blue) = 133+123+42=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #857B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B2A is #7A84D5. Grayscale: #757575. Windows color (decimal): -8029398 or 2784133. OLE color: 2784133.
HSL color Cylindrical-coordinate representation of color #857B2A: hue angle of 53.41º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #857B2A is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 42 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.48 |
| HSL | 53.41º | 0.52% | 0.34% | - |
| HSV(B) | 53.41º | 0.68% | 0.52% | - |
| XYZ | 17.17 | 19.32 | 5.01 | - |
| YUV | 116.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 42 | 0 | 0.08 | 0.68 | 0.48 | 53.41 | 0.52 | 0.34 |
| Hex | 85 | 7B | 2A | 0 | 8 | 44 | 30 | 35 | 34 | 22 |
| Octal | 205 | 173 | 52 | 0 | 10 | 104 | 60 | 65 | 64 | 42 |
| Binary | 10000101 | 1111011 | 101010 | 0 | 1000 | 1000100 | 110000 | 110101 | 110100 | 100010 |
Color Harmonies of #857B2A
Complementary color
Monochromatic Colors of #857B2A
Black with #857B2A
Text Example
Text Example
White with #857B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B2A; }
p { color: rgb(133,123,42); }
H1.HeaderClassName
{
color: #857B2A;
}
.AnyTagClassName
{
color: #857B2A;
}
</style>
background-color css
<style>
a { background-color: #857B2A; }
a { background-color: rgb(133,123,42); }
div.DivClassName
{
background-color: #857B2A;
}
.BgClassName
{
background-color: #857B2A;
}
</style>
border-color css
<style>
span { border-color: #857B2A; }
span { border-color: rgb(133,123,42); }
td.TdClassName
{
border-color: #857B2A;
}
.TagClassName
{
border-color: #857B2A;
}
</style>