Shades of Pesto #857C23
Tints of Pesto #857C23
RGB
CMYK
RGB Variations
Color information
#857C23 (or 0x857C23) is known color: Pesto. HEX triplet: 85, 7C and 23. RGB value is (133,124,35). Sum of RGB (Red+Green+Blue) = 133+124+35=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #857C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C23 is #7A83DC. Grayscale: #747474. Windows color (decimal): -8029149 or 2325637. OLE color: 2325637.
HSL color Cylindrical-coordinate representation of color #857C23: hue angle of 54.49º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #857C23 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 35 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.48 |
| HSL | 54.49º | 0.58% | 0.33% | - |
| HSV(B) | 54.49º | 0.74% | 0.52% | - |
| XYZ | 17.18 | 19.52 | 4.45 | - |
| YUV | 116.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 35 | 0 | 0.07 | 0.74 | 0.48 | 54.49 | 0.58 | 0.33 |
| Hex | 85 | 7C | 23 | 0 | 7 | 4A | 30 | 36 | 3A | 21 |
| Octal | 205 | 174 | 43 | 0 | 7 | 112 | 60 | 66 | 72 | 41 |
| Binary | 10000101 | 1111100 | 100011 | 0 | 111 | 1001010 | 110000 | 110110 | 111010 | 100001 |
Color Harmonies of #857C23
Complementary color
Monochromatic Colors of #857C23
Black with #857C23
Text Example
Text Example
White with #857C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C23; }
p { color: rgb(133,124,35); }
H1.HeaderClassName
{
color: #857C23;
}
.AnyTagClassName
{
color: #857C23;
}
</style>
background-color css
<style>
a { background-color: #857C23; }
a { background-color: rgb(133,124,35); }
div.DivClassName
{
background-color: #857C23;
}
.BgClassName
{
background-color: #857C23;
}
</style>
border-color css
<style>
span { border-color: #857C23; }
span { border-color: rgb(133,124,35); }
td.TdClassName
{
border-color: #857C23;
}
.TagClassName
{
border-color: #857C23;
}
</style>