Shades of Pesto #857A1A
Tints of Pesto #857A1A
RGB
CMYK
RGB Variations
Color information
#857A1A (or 0x857A1A) is known color: Pesto. HEX triplet: 85, 7A and 1A. RGB value is (133,122,26). Sum of RGB (Red+Green+Blue) = 133+122+26=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #857A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A1A is #7A85E5. Grayscale: #727272. Windows color (decimal): -8029670 or 1735301. OLE color: 1735301.
HSL color Cylindrical-coordinate representation of color #857A1A: hue angle of 53.83º degrees, saturation: 0.67, 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 #857A1A is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 26 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.48 |
| HSL | 53.83º | 0.67% | 0.31% | - |
| HSV(B) | 53.83º | 0.8% | 0.52% | - |
| XYZ | 16.82 | 18.98 | 3.75 | - |
| YUV | 114.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 26 | 0 | 0.08 | 0.80 | 0.48 | 53.83 | 0.67 | 0.31 |
| Hex | 85 | 7A | 1A | 0 | 8 | 50 | 30 | 36 | 43 | 1F |
| Octal | 205 | 172 | 32 | 0 | 10 | 120 | 60 | 66 | 103 | 37 |
| Binary | 10000101 | 1111010 | 11010 | 0 | 1000 | 1010000 | 110000 | 110110 | 1000011 | 11111 |
Color Harmonies of #857A1A
Complementary color
Monochromatic Colors of #857A1A
Black with #857A1A
Text Example
Text Example
White with #857A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A1A; }
p { color: rgb(133,122,26); }
H1.HeaderClassName
{
color: #857A1A;
}
.AnyTagClassName
{
color: #857A1A;
}
</style>
background-color css
<style>
a { background-color: #857A1A; }
a { background-color: rgb(133,122,26); }
div.DivClassName
{
background-color: #857A1A;
}
.BgClassName
{
background-color: #857A1A;
}
</style>
border-color css
<style>
span { border-color: #857A1A; }
span { border-color: rgb(133,122,26); }
td.TdClassName
{
border-color: #857A1A;
}
.TagClassName
{
border-color: #857A1A;
}
</style>