Shades of Pesto #857A1C
Tints of Pesto #857A1C
RGB
CMYK
RGB Variations
Color information
#857A1C (or 0x857A1C) is known color: Pesto. HEX triplet: 85, 7A and 1C. RGB value is (133,122,28). Sum of RGB (Red+Green+Blue) = 133+122+28=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #857A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A1C is #7A85E3. Grayscale: #727272. Windows color (decimal): -8029668 or 1866373. OLE color: 1866373.
HSL color Cylindrical-coordinate representation of color #857A1C: hue angle of 53.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #857A1C is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 28 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.48 |
| HSL | 53.71º | 0.65% | 0.32% | - |
| HSV(B) | 53.71º | 0.79% | 0.52% | - |
| XYZ | 16.84 | 18.99 | 3.88 | - |
| YUV | 114.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 28 | 0 | 0.08 | 0.79 | 0.48 | 53.71 | 0.65 | 0.32 |
| Hex | 85 | 7A | 1C | 0 | 8 | 4F | 30 | 36 | 41 | 20 |
| Octal | 205 | 172 | 34 | 0 | 10 | 117 | 60 | 66 | 101 | 40 |
| Binary | 10000101 | 1111010 | 11100 | 0 | 1000 | 1001111 | 110000 | 110110 | 1000001 | 100000 |
Color Harmonies of #857A1C
Complementary color
Monochromatic Colors of #857A1C
Black with #857A1C
Text Example
Text Example
White with #857A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A1C; }
p { color: rgb(133,122,28); }
H1.HeaderClassName
{
color: #857A1C;
}
.AnyTagClassName
{
color: #857A1C;
}
</style>
background-color css
<style>
a { background-color: #857A1C; }
a { background-color: rgb(133,122,28); }
div.DivClassName
{
background-color: #857A1C;
}
.BgClassName
{
background-color: #857A1C;
}
</style>
border-color css
<style>
span { border-color: #857A1C; }
span { border-color: rgb(133,122,28); }
td.TdClassName
{
border-color: #857A1C;
}
.TagClassName
{
border-color: #857A1C;
}
</style>